@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopySnapshotAndUpdateVolumeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopySnapshotAndUpdateVolumeResult() |
Modifier and Type | Method and Description |
---|---|
CopySnapshotAndUpdateVolumeResult |
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 destination volume.
|
String |
getVolumeId()
The ID of the volume that you copied the snapshot to.
|
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 destination volume.
|
void |
setVolumeId(String volumeId)
The ID of the volume that you copied the snapshot to.
|
String |
toString()
Returns a string representation of this object.
|
CopySnapshotAndUpdateVolumeResult |
withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
CopySnapshotAndUpdateVolumeResult |
withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
CopySnapshotAndUpdateVolumeResult |
withLifecycle(String lifecycle)
The lifecycle state of the destination volume.
|
CopySnapshotAndUpdateVolumeResult |
withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the destination volume.
|
CopySnapshotAndUpdateVolumeResult |
withVolumeId(String volumeId)
The ID of the volume that you copied the snapshot to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVolumeId(String volumeId)
The ID of the volume that you copied the snapshot to.
volumeId
- The ID of the volume that you copied the snapshot to.public String getVolumeId()
The ID of the volume that you copied the snapshot to.
public CopySnapshotAndUpdateVolumeResult withVolumeId(String volumeId)
The ID of the volume that you copied the snapshot to.
volumeId
- The ID of the volume that you copied the snapshot to.public void setLifecycle(String lifecycle)
The lifecycle state of the destination volume.
lifecycle
- The lifecycle state of the destination volume.VolumeLifecycle
public String getLifecycle()
The lifecycle state of the destination volume.
VolumeLifecycle
public CopySnapshotAndUpdateVolumeResult withLifecycle(String lifecycle)
The lifecycle state of the destination volume.
lifecycle
- The lifecycle state of the destination volume.VolumeLifecycle
public CopySnapshotAndUpdateVolumeResult withLifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the destination volume.
lifecycle
- The lifecycle state of the destination volume.VolumeLifecycle
public 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 CopySnapshotAndUpdateVolumeResult 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 CopySnapshotAndUpdateVolumeResult 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 Object
Object.toString()
public CopySnapshotAndUpdateVolumeResult clone()