public class DetachVolumeResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DetachVolumeResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DetachVolumeResult |
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 DetachVolumeResult withAttachment(VolumeAttachment attachment)
Returns a reference to this object so that method calls can be chained together.
attachment - public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object