public class UpdatePipelineStatusResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Pipeline |
pipeline
A section of the response body that provides information about the
pipeline.
|
Constructor and Description |
---|
UpdatePipelineStatusResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineStatusResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Pipeline |
getPipeline()
A section of the response body that provides information about the
pipeline.
|
int |
hashCode() |
void |
setPipeline(Pipeline pipeline)
A section of the response body that provides information about the
pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdatePipelineStatusResult |
withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
pipeline.
|
private Pipeline pipeline
A section of the response body that provides information about the pipeline.
public void setPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
pipeline
- A section of the response body that provides information about the
pipeline.public Pipeline getPipeline()
A section of the response body that provides information about the pipeline.
public UpdatePipelineStatusResult withPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
pipeline
- A section of the response body that provides information about the
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 UpdatePipelineStatusResult clone()
clone
in class java.lang.Object