public class DescribePipelinesResult extends Object implements Serializable, Cloneable
Contains the output from the DescribePipelines action.
| Constructor and Description |
|---|
DescribePipelinesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribePipelinesResult |
clone() |
boolean |
equals(Object obj) |
List<PipelineDescription> |
getPipelineDescriptionList()
An array of descriptions returned for the specified pipelines.
|
int |
hashCode() |
void |
setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePipelinesResult |
withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.
|
DescribePipelinesResult |
withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.
|
public List<PipelineDescription> getPipelineDescriptionList()
public void setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
pipelineDescriptionList - An array of descriptions returned for the specified pipelines.public DescribePipelinesResult withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
Returns a reference to this object so that method calls can be chained together.
pipelineDescriptionList - An array of descriptions returned for the specified pipelines.public DescribePipelinesResult withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
Returns a reference to this object so that method calls can be chained together.
pipelineDescriptionList - An array of descriptions returned for the specified pipelines.public String toString()
toString in class ObjectObject.toString()public DescribePipelinesResult clone()
Copyright © 2015. All rights reserved.