|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.datapipeline.model.DescribePipelinesResult
public class DescribePipelinesResult
Contains the output from the DescribePipelines action.
| Constructor Summary | |
|---|---|
DescribePipelinesResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribePipelinesResult()
| Method Detail |
|---|
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 int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||