public class AttachVolumeResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
AttachVolumeResult() |
Modifier and Type | Method and Description |
---|---|
AttachVolumeResult |
clone() |
boolean |
equals(Object obj) |
VolumeAttachment |
getAttachment()
Describes volume attachment details.
|
int |
hashCode() |
void |
setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttachVolumeResult |
withAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
public void setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
attachment
- Describes volume attachment details.public VolumeAttachment getAttachment()
Describes volume attachment details.
public AttachVolumeResult withAttachment(VolumeAttachment attachment)
Describes volume attachment details.
attachment
- Describes volume attachment details.public String toString()
toString
in class Object
Object.toString()
public AttachVolumeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.