@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a get pipeline action.
Constructor and Description |
---|
GetPipelineResult() |
Modifier and Type | Method and Description |
---|---|
GetPipelineResult |
clone() |
boolean |
equals(Object obj) |
PipelineDeclaration |
getPipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
int |
hashCode() |
void |
setPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetPipelineResult |
withPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
pipeline
- Represents the structure of actions and stages to be performed in the pipeline.public PipelineDeclaration getPipeline()
Represents the structure of actions and stages to be performed in the pipeline.
public GetPipelineResult withPipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
pipeline
- Represents the structure of actions and stages to be performed in the pipeline.public String toString()
toString
in class Object
Object.toString()
public GetPipelineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.