Class UpdatePipelineResult
java.lang.Object
com.amazonaws.services.codepipeline.model.UpdatePipelineResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of an update pipeline action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The structure of the updated pipeline.int
hashCode()
void
setPipeline
(PipelineDeclaration pipeline) The structure of the updated pipeline.toString()
Returns a string representation of this object; useful for testing and debugging.withPipeline
(PipelineDeclaration pipeline) The structure of the updated pipeline.
-
Constructor Details
-
UpdatePipelineResult
public UpdatePipelineResult()
-
-
Method Details
-
setPipeline
The structure of the updated pipeline.
- Parameters:
pipeline
- The structure of the updated pipeline.
-
getPipeline
The structure of the updated pipeline.
- Returns:
- The structure of the updated pipeline.
-
withPipeline
The structure of the updated pipeline.
- Parameters:
pipeline
- The structure of the updated pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-