Class DescribePipelinesResult

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

public class DescribePipelinesResult extends Object implements Serializable, Cloneable

Contains the output of DescribePipelines.

See Also:
  • Constructor Details

    • DescribePipelinesResult

      public DescribePipelinesResult()
  • Method Details

    • getPipelineDescriptionList

      public List<PipelineDescription> getPipelineDescriptionList()

      An array of descriptions for the specified pipelines.

      Returns:
      An array of descriptions for the specified pipelines.
    • setPipelineDescriptionList

      public void setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)

      An array of descriptions for the specified pipelines.

      Parameters:
      pipelineDescriptionList - An array of descriptions for the specified pipelines.
    • withPipelineDescriptionList

      public DescribePipelinesResult withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)

      An array of descriptions for the specified pipelines.

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

      Parameters:
      pipelineDescriptionList - An array of descriptions for the specified pipelines.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withPipelineDescriptionList

      public DescribePipelinesResult withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)

      An array of descriptions for the specified pipelines.

      Parameters:
      pipelineDescriptionList - An array of descriptions for the specified pipelines.
      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 DescribePipelinesResult clone()
      Overrides:
      clone in class Object