Class CreatePipelineResult

java.lang.Object
com.amazonaws.services.datapipeline.model.CreatePipelineResult
All Implemented Interfaces:
Serializable, Cloneable

public class CreatePipelineResult extends Object implements Serializable, Cloneable

Contains the output of CreatePipeline.

See Also:
  • Constructor Details

    • CreatePipelineResult

      public CreatePipelineResult()
  • Method Details

    • setPipelineId

      public void setPipelineId(String pipelineId)

      The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

      Parameters:
      pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.
    • getPipelineId

      public String getPipelineId()

      The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

      Returns:
      The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.
    • withPipelineId

      public CreatePipelineResult withPipelineId(String pipelineId)

      The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

      Parameters:
      pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public CreatePipelineResult clone()
      Overrides:
      clone in class Object