Package com.amazonaws.services.ec2.model
Class VolumeDetail
java.lang.Object
com.amazonaws.services.ec2.model.VolumeDetail
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an EBS volume.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VolumeDetail
public VolumeDetail()
-
-
Method Details
-
setSize
The size of the volume, in GiB.
- Parameters:
size
- The size of the volume, in GiB.
-
getSize
The size of the volume, in GiB.
- Returns:
- The size of the volume, in GiB.
-
withSize
The size of the volume, in GiB.
- Parameters:
size
- The size of the volume, in GiB.- 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
-