public class DescribePipelinesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribePipelines.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PipelineDescription> |
pipelineDescriptionList
An array of descriptions for the specified pipelines.
|
Constructor and Description |
---|
DescribePipelinesResult() |
Modifier and Type | Method and Description |
---|---|
DescribePipelinesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<PipelineDescription> |
getPipelineDescriptionList()
An array of descriptions for the specified pipelines.
|
int |
hashCode() |
void |
setPipelineDescriptionList(java.util.Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePipelinesResult |
withPipelineDescriptionList(java.util.Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
DescribePipelinesResult |
withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
private SdkInternalList<PipelineDescription> pipelineDescriptionList
An array of descriptions for the specified pipelines.
public java.util.List<PipelineDescription> getPipelineDescriptionList()
An array of descriptions for the specified pipelines.
public void setPipelineDescriptionList(java.util.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(java.util.Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
pipelineDescriptionList
- An array of descriptions for the specified pipelines.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribePipelinesResult clone()
clone
in class java.lang.Object