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()booleaninthashCode()voidsetPipeline(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