public class ReadPipelineResult
extends java.lang.Object
implements java.io.Serializable
The ReadPipelineResponse structure.
| コンストラクタと説明 |
|---|
ReadPipelineResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
ReadPipelineResult |
withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
pipeline.
|
public Pipeline getPipeline()
public void setPipeline(Pipeline pipeline)
pipeline - A section of the response body that provides information about the
pipeline.public ReadPipelineResult withPipeline(Pipeline pipeline)
Returns a reference to this object so that method calls can be chained together.
pipeline - A section of the response body that provides information about the
pipeline.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object