Class DescribePipelinesRequest

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

public class DescribePipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

Contains the parameters for DescribePipelines.

See Also:
  • Constructor Details

    • DescribePipelinesRequest

      public DescribePipelinesRequest()
  • Method Details

    • getPipelineIds

      public List<String> getPipelineIds()

      The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

      Returns:
      The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
    • setPipelineIds

      public void setPipelineIds(Collection<String> pipelineIds)

      The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

      Parameters:
      pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
    • withPipelineIds

      public DescribePipelinesRequest withPipelineIds(String... pipelineIds)

      The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

      NOTE: This method appends the values to the existing list (if any). Use setPipelineIds(java.util.Collection) or withPipelineIds(java.util.Collection) if you want to override the existing values.

      Parameters:
      pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withPipelineIds

      public DescribePipelinesRequest withPipelineIds(Collection<String> pipelineIds)

      The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

      Parameters:
      pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
      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 DescribePipelinesRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: