@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVolumeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateVolumeResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVolumeResult |
clone() |
boolean |
equals(Object obj) |
Volume |
getVolume()
Returned after a successful
UpdateVolume API operation, describing the volume just updated. |
int |
hashCode() |
void |
setVolume(Volume volume)
Returned after a successful
UpdateVolume API operation, describing the volume just updated. |
String |
toString()
Returns a string representation of this object.
|
UpdateVolumeResult |
withVolume(Volume volume)
Returned after a successful
UpdateVolume API operation, describing the volume just updated. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVolume(Volume volume)
Returned after a successful UpdateVolume
API operation, describing the volume just updated.
volume
- Returned after a successful UpdateVolume
API operation, describing the volume just updated.public Volume getVolume()
Returned after a successful UpdateVolume
API operation, describing the volume just updated.
UpdateVolume
API operation, describing the volume just updated.public UpdateVolumeResult withVolume(Volume volume)
Returned after a successful UpdateVolume
API operation, describing the volume just updated.
volume
- Returned after a successful UpdateVolume
API operation, describing the volume just updated.public String toString()
toString
in class Object
Object.toString()
public UpdateVolumeResult clone()