public class UpdatePipelineResult extends Object implements Serializable, Cloneable
Represents the output of an update pipeline action.
Constructor and Description |
---|
UpdatePipelineResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineResult |
clone() |
boolean |
equals(Object obj) |
PipelineDeclaration |
getPipeline()
The structure of the updated pipeline.
|
int |
hashCode() |
void |
setPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdatePipelineResult |
withPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
public void setPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
pipeline
- The structure of the updated pipeline.public PipelineDeclaration getPipeline()
The structure of the updated pipeline.
public UpdatePipelineResult withPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
pipeline
- The structure of the updated pipeline.public String toString()
toString
in class Object
Object.toString()
public UpdatePipelineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.