public class UpdatePipelineResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of an update pipeline action.
Modifier and Type | Field and Description |
---|---|
private PipelineDeclaration |
pipeline
The structure of the updated pipeline.
|
Constructor and Description |
---|
UpdatePipelineResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineResult |
clone() |
boolean |
equals(java.lang.Object obj) |
PipelineDeclaration |
getPipeline()
The structure of the updated pipeline.
|
int |
hashCode() |
void |
setPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdatePipelineResult |
withPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
private PipelineDeclaration pipeline
The structure of the updated pipeline.
public void setPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
pipeline
- The structure of the updated pipeline.public PipelineDeclaration getPipeline()
The structure of the updated pipeline.
public UpdatePipelineResult withPipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
pipeline
- The structure of the updated pipeline.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdatePipelineResult clone()
clone
in class java.lang.Object