public class AttachVolumeResult extends Object implements Serializable
| Constructor and Description |
|---|
AttachVolumeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
VolumeAttachment |
getAttachment() |
int |
hashCode() |
void |
setAttachment(VolumeAttachment attachment) |
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 String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.