@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreVolumeFromSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RestoreVolumeFromSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
RestoreVolumeFromSnapshotResult |
clone() |
boolean |
equals(Object obj) |
List<AdministrativeAction> |
getAdministrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
String |
getLifecycle()
The lifecycle state of the volume being restored.
|
String |
getVolumeId()
The ID of the volume that you restored.
|
int |
hashCode() |
void |
setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
void |
setLifecycle(String lifecycle)
The lifecycle state of the volume being restored.
|
void |
setVolumeId(String volumeId)
The ID of the volume that you restored.
|
String |
toString()
Returns a string representation of this object.
|
RestoreVolumeFromSnapshotResult |
withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResult |
withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResult |
withLifecycle(String lifecycle)
The lifecycle state of the volume being restored.
|
RestoreVolumeFromSnapshotResult |
withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being restored.
|
RestoreVolumeFromSnapshotResult |
withVolumeId(String volumeId)
The ID of the volume that you restored.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVolumeId(String volumeId)
The ID of the volume that you restored.
volumeId - The ID of the volume that you restored.public String getVolumeId()
The ID of the volume that you restored.
public RestoreVolumeFromSnapshotResult withVolumeId(String volumeId)
The ID of the volume that you restored.
volumeId - The ID of the volume that you restored.public void setLifecycle(String lifecycle)
The lifecycle state of the volume being restored.
lifecycle - The lifecycle state of the volume being restored.VolumeLifecyclepublic String getLifecycle()
The lifecycle state of the volume being restored.
VolumeLifecyclepublic RestoreVolumeFromSnapshotResult withLifecycle(String lifecycle)
The lifecycle state of the volume being restored.
lifecycle - The lifecycle state of the volume being restored.VolumeLifecyclepublic RestoreVolumeFromSnapshotResult withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being restored.
lifecycle - The lifecycle state of the volume being restored.VolumeLifecyclepublic List<AdministrativeAction> getAdministrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
public void setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Amazon FSx system.public RestoreVolumeFromSnapshotResult withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
NOTE: This method appends the values to the existing list (if any). Use
setAdministrativeActions(java.util.Collection) or
withAdministrativeActions(java.util.Collection) if you want to override the existing values.
administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Amazon FSx system.public RestoreVolumeFromSnapshotResult withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Amazon FSx system.public String toString()
toString in class ObjectObject.toString()public RestoreVolumeFromSnapshotResult clone()