public class CreatePipelineResult extends Object implements Serializable, Cloneable
Represents the output of a create pipeline action.
Constructor and Description |
---|
CreatePipelineResult() |
Modifier and Type | Method and Description |
---|---|
CreatePipelineResult |
clone() |
boolean |
equals(Object obj) |
PipelineDeclaration |
getPipeline()
Returns the value of the Pipeline property for this object.
|
int |
hashCode() |
void |
setPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePipelineResult |
withPipeline(PipelineDeclaration pipeline)
Sets the value of the Pipeline property for this object.
|
public void setPipeline(PipelineDeclaration pipeline)
pipeline
- The new value for the Pipeline property for this object.public PipelineDeclaration getPipeline()
public CreatePipelineResult withPipeline(PipelineDeclaration pipeline)
pipeline
- The new value for the Pipeline property for this object.public String toString()
toString
in class Object
Object.toString()
public CreatePipelineResult clone()
Copyright © 2015. All rights reserved.