|
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.GetPipelineDefinitionResult
public class GetPipelineDefinitionResult
Contains the output from the GetPipelineDefinition action.
| 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 |
|---|
public GetPipelineDefinitionResult()
| Method Detail |
|---|
public List<PipelineObject> getPipelineObjects()
public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
pipelineObjects - An array of objects defined in the pipeline.public GetPipelineDefinitionResult withPipelineObjects(PipelineObject... pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects - An array of objects defined in the pipeline.
public GetPipelineDefinitionResult withPipelineObjects(Collection<PipelineObject> pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects - An array of objects defined in the pipeline.
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 | ||||||