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