public class DetachVolumeResult
extends java.lang.Object
implements java.io.Serializable
The result of detaching an EBS volume from an instance.
| コンストラクタと説明 |
|---|
DetachVolumeResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
VolumeAttachment |
getAttachment()
The updated EBS volume attachment information after trying to detach
the volume from the specified instance.
|
int |
hashCode() |
void |
setAttachment(VolumeAttachment attachment)
The updated EBS volume attachment information after trying to detach
the volume from the specified instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachVolumeResult |
withAttachment(VolumeAttachment attachment)
The updated EBS volume attachment information after trying to detach
the volume from the specified instance.
|
public VolumeAttachment getAttachment()
public void setAttachment(VolumeAttachment attachment)
attachment - The updated EBS volume attachment information after trying to detach
the volume from the specified instance.public DetachVolumeResult withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
attachment - The updated EBS volume attachment information after trying to detach
the volume from the specified instance.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