Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class GetPipelineDefinitionResult

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

public class GetPipelineDefinitionResult
extends Object
implements Serializable

Contains the output from the GetPipelineDefinition action.

See Also:
Serialized Form

Constructor Summary
GetPipelineDefinitionResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<PipelineObject> getPipelineObjects()
          An array of objects defined in the pipeline.
 int hashCode()
           
 void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
          An array of objects defined in the pipeline.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetPipelineDefinitionResult withPipelineObjects(Collection<PipelineObject> pipelineObjects)
          An array of objects defined in the pipeline.
 GetPipelineDefinitionResult withPipelineObjects(PipelineObject... pipelineObjects)
          An array of objects defined in the pipeline.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetPipelineDefinitionResult

public GetPipelineDefinitionResult()
Method Detail

getPipelineObjects

public List<PipelineObject> getPipelineObjects()
An array of objects defined in the pipeline.

Returns:
An array of objects defined in the pipeline.

setPipelineObjects

public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of objects defined in the pipeline.

Parameters:
pipelineObjects - An array of objects defined in the pipeline.

withPipelineObjects

public GetPipelineDefinitionResult withPipelineObjects(PipelineObject... pipelineObjects)
An array of objects defined in the pipeline.

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

Parameters:
pipelineObjects - An array of objects defined in the pipeline.
Returns:
A reference to this updated object so that method calls can be chained together.

withPipelineObjects

public GetPipelineDefinitionResult withPipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of objects defined in the pipeline.

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

Parameters:
pipelineObjects - An array of objects defined in the pipeline.
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.