@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStorageVirtualMachineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteStorageVirtualMachineResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteStorageVirtualMachineResult |
clone() |
boolean |
equals(Object obj) |
String |
getLifecycle()
Describes the lifecycle state of the SVM being deleted.
|
String |
getStorageVirtualMachineId()
The ID of the SVM Amazon FSx is deleting.
|
int |
hashCode() |
void |
setLifecycle(String lifecycle)
Describes the lifecycle state of the SVM being deleted.
|
void |
setStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM Amazon FSx is deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteStorageVirtualMachineResult |
withLifecycle(StorageVirtualMachineLifecycle lifecycle)
Describes the lifecycle state of the SVM being deleted.
|
DeleteStorageVirtualMachineResult |
withLifecycle(String lifecycle)
Describes the lifecycle state of the SVM being deleted.
|
DeleteStorageVirtualMachineResult |
withStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM Amazon FSx is deleting.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM Amazon FSx is deleting.
storageVirtualMachineId - The ID of the SVM Amazon FSx is deleting.public String getStorageVirtualMachineId()
The ID of the SVM Amazon FSx is deleting.
public DeleteStorageVirtualMachineResult withStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the SVM Amazon FSx is deleting.
storageVirtualMachineId - The ID of the SVM Amazon FSx is deleting.public void setLifecycle(String lifecycle)
Describes the lifecycle state of the SVM being deleted.
lifecycle - Describes the lifecycle state of the SVM being deleted.StorageVirtualMachineLifecyclepublic String getLifecycle()
Describes the lifecycle state of the SVM being deleted.
StorageVirtualMachineLifecyclepublic DeleteStorageVirtualMachineResult withLifecycle(String lifecycle)
Describes the lifecycle state of the SVM being deleted.
lifecycle - Describes the lifecycle state of the SVM being deleted.StorageVirtualMachineLifecyclepublic DeleteStorageVirtualMachineResult withLifecycle(StorageVirtualMachineLifecycle lifecycle)
Describes the lifecycle state of the SVM being deleted.
lifecycle - Describes the lifecycle state of the SVM being deleted.StorageVirtualMachineLifecyclepublic String toString()
toString in class ObjectObject.toString()public DeleteStorageVirtualMachineResult clone()