Package com.amazonaws.services.ec2.model
Class DetachVolumeResult
java.lang.Object
com.amazonaws.services.ec2.model.DetachVolumeResult
- All Implemented Interfaces:
Serializable
,Cloneable
A simple result wrapper around the VolumeAttachment object that was sent over
the wire.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Describes volume attachment details.int
hashCode()
void
setAttachment
(VolumeAttachment attachment) Describes volume attachment details.toString()
Returns a string representation of this object; useful for testing and debugging.withAttachment
(VolumeAttachment attachment) Describes volume attachment details.
-
Constructor Details
-
DetachVolumeResult
public DetachVolumeResult()
-
-
Method Details
-
setAttachment
Describes volume attachment details.
- Parameters:
attachment
- Describes volume attachment details.
-
getAttachment
Describes volume attachment details.
- Returns:
- Describes volume attachment details.
-
withAttachment
Describes volume attachment details.
- Parameters:
attachment
- Describes volume attachment details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-