@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of an UpdatePipeline 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.
|
UpdatePipelineResult |
withPipeline (PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdatePipelineResult()
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()