Class GetPipelineResult
- java.lang.Object
-
- com.amazonaws.services.codepipeline.model.GetPipelineResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetPipelineResult extends Object implements Serializable, Cloneable
Represents the output of a get pipeline action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetPipelineResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPipelineResultclone()booleanequals(Object obj)PipelineDeclarationgetPipeline()inthashCode()voidsetPipeline(PipelineDeclaration pipeline)StringtoString()Returns a string representation of this object; useful for testing and debugging.GetPipelineResultwithPipeline(PipelineDeclaration pipeline)
-
-
-
Method Detail
-
setPipeline
public void setPipeline(PipelineDeclaration pipeline)
- Parameters:
pipeline-
-
getPipeline
public PipelineDeclaration getPipeline()
- Returns:
-
withPipeline
public GetPipelineResult withPipeline(PipelineDeclaration pipeline)
- Parameters:
pipeline-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetPipelineResult clone()
-
-