Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class DescribePipelinesResult

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.DescribePipelinesResult
All Implemented Interfaces:
Serializable

public class DescribePipelinesResult
extends Object
implements Serializable

Contains the output from the DescribePipelines action.

See Also:
Serialized Form

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

DescribePipelinesResult

public DescribePipelinesResult()
Method Detail

getPipelineDescriptionList

public List<PipelineDescription> getPipelineDescriptionList()
An array of descriptions returned for the specified pipelines.

Returns:
An array of descriptions returned for the specified pipelines.

setPipelineDescriptionList

public void setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.

Parameters:
pipelineDescriptionList - An array of descriptions returned for the specified pipelines.

withPipelineDescriptionList

public DescribePipelinesResult withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.

Returns a reference to this object so that method calls can be chained together.

Parameters:
pipelineDescriptionList - An array of descriptions returned for the specified pipelines.
Returns:
A reference to this updated object so that method calls can be chained together.

withPipelineDescriptionList

public DescribePipelinesResult withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.

Returns a reference to this object so that method calls can be chained together.

Parameters:
pipelineDescriptionList - An array of descriptions returned for the specified pipelines.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.