@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetPipeline action.
Constructor and Description |
---|
GetPipelineResult() |
Modifier and Type | Method and Description |
---|---|
GetPipelineResult |
clone() |
boolean |
equals(Object obj) |
PipelineMetadata |
getMetadata()
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
|
PipelineDeclaration |
getPipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
int |
hashCode() |
void |
setMetadata(PipelineMetadata metadata)
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
|
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 |
withMetadata(PipelineMetadata metadata)
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
|
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 void setMetadata(PipelineMetadata metadata)
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
metadata
- Represents the pipeline metadata information returned as part of the output of a GetPipeline action.public PipelineMetadata getMetadata()
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
public GetPipelineResult withMetadata(PipelineMetadata metadata)
Represents the pipeline metadata information returned as part of the output of a GetPipeline action.
metadata
- Represents the pipeline metadata information returned as part of the output of a GetPipeline action.public String toString()
toString
in class Object
Object.toString()
public GetPipelineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.