Class DescribePipelinesResult
java.lang.Object
com.amazonaws.services.datapipeline.model.DescribePipelinesResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of DescribePipelines.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn array of descriptions for the specified pipelines.inthashCode()voidsetPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList) An array of descriptions for the specified pipelines.toString()Returns a string representation of this object; useful for testing and debugging.withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList) An array of descriptions for the specified pipelines.withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList) An array of descriptions for the specified pipelines.
-
Constructor Details
-
DescribePipelinesResult
public DescribePipelinesResult()
-
-
Method Details
-
getPipelineDescriptionList
An array of descriptions for the specified pipelines.
- Returns:
- An array of descriptions for the specified pipelines.
-
setPipelineDescriptionList
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)orwithPipelineDescriptionList(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
-
equals
-
hashCode
-
clone
-