Class GetPipelineResult
java.lang.Object
com.amazonaws.services.codepipeline.model.GetPipelineResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a get 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
-
GetPipelineResult
public GetPipelineResult()
-
-
Method Details