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()
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.
|
AttachVolumeResult |
withAttachment(VolumeAttachment attachment)
Information about the volume attachment.
|
public VolumeAttachment getAttachment()
public void setAttachment(VolumeAttachment attachment)
attachment
- Information about the volume attachment.public AttachVolumeResult 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 Object
Object.toString()
public AttachVolumeResult clone()
Copyright © 2015. All rights reserved.