Package com.amazonaws.services.ec2.model
Class CreateVolumeResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateVolumeResult
- All Implemented Interfaces:
Serializable
,Cloneable
A simple result wrapper around the Volume object that was sent over the wire.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Describes a volume.int
hashCode()
void
Describes a volume.toString()
Returns a string representation of this object; useful for testing and debugging.withVolume
(Volume volume) Describes a volume.
-
Constructor Details
-
CreateVolumeResult
public CreateVolumeResult()
-
-
Method Details
-
setVolume
Describes a volume.
- Parameters:
volume
- Describes a volume.
-
getVolume
Describes a volume.
- Returns:
- Describes a volume.
-
withVolume
Describes a volume.
- Parameters:
volume
- Describes a volume.- 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
-