public class DetachVolumeResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DetachVolumeResult() |
| Modifier and Type | Method and Description |
|---|---|
DetachVolumeResult |
clone() |
boolean |
equals(Object obj) |
VolumeAttachment |
getAttachment()
Information about the volume attachment.
|
int |
hashCode() |
void |
setAttachment(VolumeAttachment attachment)
Information about the volume attachment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachVolumeResult |
withAttachment(VolumeAttachment attachment)
Information about the volume attachment.
|
public VolumeAttachment getAttachment()
public void setAttachment(VolumeAttachment attachment)
attachment - Information about the volume attachment.public DetachVolumeResult withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
attachment - Information about the volume attachment.public String toString()
toString in class ObjectObject.toString()public DetachVolumeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.