Class CreatePipelineResult
java.lang.Object
com.amazonaws.services.codepipeline.model.CreatePipelineResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a create pipeline action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setPipeline
(PipelineDeclaration pipeline) toString()
Returns a string representation of this object; useful for testing and debugging.withPipeline
(PipelineDeclaration pipeline)
-
Constructor Details
-
CreatePipelineResult
public CreatePipelineResult()
-
-
Method Details
-
setPipeline
- Parameters:
pipeline
-
-
getPipeline
- Returns:
-
withPipeline
- Parameters:
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
-