Class VolumeStatusDetails
java.lang.Object
com.amazonaws.services.ec2.model.VolumeStatusDetails
- All Implemented Interfaces:
Serializable, Cloneable
Describes a volume status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of the volume status.The intended status of the volume status.inthashCode()voidsetName(VolumeStatusName name) The name of the volume status.voidThe name of the volume status.voidThe intended status of the volume status.toString()Returns a string representation of this object; useful for testing and debugging.withName(VolumeStatusName name) The name of the volume status.The name of the volume status.withStatus(String status) The intended status of the volume status.
-
Constructor Details
-
VolumeStatusDetails
public VolumeStatusDetails()
-
-
Method Details
-
setName
The name of the volume status.
- Parameters:
name- The name of the volume status.- See Also:
-
getName
The name of the volume status.
- Returns:
- The name of the volume status.
- See Also:
-
withName
The name of the volume status.
- Parameters:
name- The name of the volume status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setName
The name of the volume status.
- Parameters:
name- The name of the volume status.- See Also:
-
withName
The name of the volume status.
- Parameters:
name- The name of the volume status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The intended status of the volume status.
- Parameters:
status- The intended status of the volume status.
-
getStatus
The intended status of the volume status.
- Returns:
- The intended status of the volume status.
-
withStatus
The intended status of the volume status.
- Parameters:
status- The intended status of the volume status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-