@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()
Describes 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 being deleted.
|
int |
hashCode() |
void |
setLifecycle(String lifecycle)
Describes 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 being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVolumeResult |
withLifecycle(String lifecycle)
Describes the lifecycle state of the volume being deleted.
|
DeleteVolumeResult |
withLifecycle(VolumeLifecycle lifecycle)
Describes 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 being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVolumeId(String volumeId)
The ID of the volume being deleted.
volumeId
- The ID of the volume being deleted.public String getVolumeId()
The ID of the volume being deleted.
public DeleteVolumeResult withVolumeId(String volumeId)
The ID of the volume being deleted.
volumeId
- The ID of the volume being deleted.public void setLifecycle(String lifecycle)
Describes the lifecycle state of the volume being deleted.
lifecycle
- Describes the lifecycle state of the volume being deleted.VolumeLifecycle
public String getLifecycle()
Describes the lifecycle state of the volume being deleted.
VolumeLifecycle
public DeleteVolumeResult withLifecycle(String lifecycle)
Describes the lifecycle state of the volume being deleted.
lifecycle
- Describes the lifecycle state of the volume being deleted.VolumeLifecycle
public DeleteVolumeResult withLifecycle(VolumeLifecycle lifecycle)
Describes the lifecycle state of the volume being deleted.
lifecycle
- Describes the lifecycle state of the volume being deleted.VolumeLifecycle
public 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 Object
Object.toString()
public DeleteVolumeResult clone()