@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePipelinesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribePipelines.
| Constructor and Description |
|---|
DescribePipelinesResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribePipelinesResult |
clone () |
boolean |
equals (Object obj) |
List<PipelineDescription> |
getPipelineDescriptionList ()
An array of descriptions for the specified pipelines.
|
int |
hashCode () |
void |
setPipelineDescriptionList (Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
String |
toString ()
Returns a string representation of this object.
|
DescribePipelinesResult |
withPipelineDescriptionList (Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
DescribePipelinesResult |
withPipelineDescriptionList (PipelineDescription... pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribePipelinesResult()
public List<PipelineDescription> getPipelineDescriptionList()
An array of descriptions for the specified pipelines.
public void setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
pipelineDescriptionList - An array of descriptions for the specified pipelines.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.
pipelineDescriptionList - An array of descriptions for the specified pipelines.public DescribePipelinesResult withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
pipelineDescriptionList - An array of descriptions for the specified pipelines.public String toString()
toString in class Object Object.toString() public DescribePipelinesResult clone()