public class DescribePipelinesResult extends Object 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; useful for testing and
debugging.
|
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.
|
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()
Copyright © 2018. All rights reserved.