|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DetachVolumeResult
public class DetachVolumeResult
The result of detaching an EBS volume from an instance.
Constructor Summary | |
---|---|
DetachVolumeResult()
|
Method Summary | |
---|---|
boolean |
equals(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. |
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DetachVolumeResult()
Method Detail |
---|
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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |