public class CreateVolumeResult
extends java.lang.Object
implements java.io.Serializable
The result of creating a new EBS volume.
| コンストラクタと説明 |
|---|
CreateVolumeResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
Volume |
getVolume()
The newly created EBS volume.
|
int |
hashCode() |
void |
setVolume(Volume volume)
The newly created EBS volume.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVolumeResult |
withVolume(Volume volume)
The newly created EBS volume.
|
public Volume getVolume()
public void setVolume(Volume volume)
volume - The newly created EBS volume.public CreateVolumeResult withVolume(Volume volume)
Returns a reference to this object so that method calls can be chained together.
volume - The newly created EBS volume.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