Class RegisterVolumeResult
java.lang.Object
com.amazonaws.services.opsworks.model.RegisterVolumeResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a RegisterVolume
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The volume ID.int
hashCode()
void
setVolumeId
(String volumeId) The volume ID.toString()
Returns a string representation of this object; useful for testing and debugging.withVolumeId
(String volumeId) The volume ID.
-
Constructor Details
-
RegisterVolumeResult
public RegisterVolumeResult()
-
-
Method Details
-
setVolumeId
The volume ID.
- Parameters:
volumeId
- The volume ID.
-
getVolumeId
The volume ID.
- Returns:
- The volume ID.
-
withVolumeId
The volume ID.
- Parameters:
volumeId
- The volume ID.- 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
-