@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVolumeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteVolumeResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteVolumeResult |
clone() |
boolean |
equals(Object obj) |
String |
getLifecycle()
The lifecycle state of the volume being deleted.
|
DeleteVolumeOntapResponse |
getOntapResponse()
Returned after a
DeleteVolume request, showing the status of the delete request. |
String |
getVolumeId()
The ID of the volume that's being deleted.
|
int |
hashCode() |
void |
setLifecycle(String lifecycle)
The lifecycle state of the volume being deleted.
|
void |
setOntapResponse(DeleteVolumeOntapResponse ontapResponse)
Returned after a
DeleteVolume request, showing the status of the delete request. |
void |
setVolumeId(String volumeId)
The ID of the volume that's being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVolumeResult |
withLifecycle(String lifecycle)
The lifecycle state of the volume being deleted.
|
DeleteVolumeResult |
withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being deleted.
|
DeleteVolumeResult |
withOntapResponse(DeleteVolumeOntapResponse ontapResponse)
Returned after a
DeleteVolume request, showing the status of the delete request. |
DeleteVolumeResult |
withVolumeId(String volumeId)
The ID of the volume that's being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVolumeId(String volumeId)
The ID of the volume that's being deleted.
volumeId - The ID of the volume that's being deleted.public String getVolumeId()
The ID of the volume that's being deleted.
public DeleteVolumeResult withVolumeId(String volumeId)
The ID of the volume that's being deleted.
volumeId - The ID of the volume that's being deleted.public void setLifecycle(String lifecycle)
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this
value is DELETING.
lifecycle - The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful,
this value is DELETING.VolumeLifecyclepublic String getLifecycle()
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this
value is DELETING.
DeleteVolume operation is
successful, this value is DELETING.VolumeLifecyclepublic DeleteVolumeResult withLifecycle(String lifecycle)
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this
value is DELETING.
lifecycle - The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful,
this value is DELETING.VolumeLifecyclepublic DeleteVolumeResult withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this
value is DELETING.
lifecycle - The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful,
this value is DELETING.VolumeLifecyclepublic void setOntapResponse(DeleteVolumeOntapResponse ontapResponse)
Returned after a DeleteVolume request, showing the status of the delete request.
ontapResponse - Returned after a DeleteVolume request, showing the status of the delete request.public DeleteVolumeOntapResponse getOntapResponse()
Returned after a DeleteVolume request, showing the status of the delete request.
DeleteVolume request, showing the status of the delete request.public DeleteVolumeResult withOntapResponse(DeleteVolumeOntapResponse ontapResponse)
Returned after a DeleteVolume request, showing the status of the delete request.
ontapResponse - Returned after a DeleteVolume request, showing the status of the delete request.public String toString()
toString in class ObjectObject.toString()public DeleteVolumeResult clone()