@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableFastSnapshotRestoresResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisableFastSnapshotRestoresResult() |
Modifier and Type | Method and Description |
---|---|
DisableFastSnapshotRestoresResult |
clone() |
boolean |
equals(Object obj) |
List<DisableFastSnapshotRestoreSuccessItem> |
getSuccessful()
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
List<DisableFastSnapshotRestoreErrorItem> |
getUnsuccessful()
Information about the snapshots for which fast snapshot restores could not be disabled.
|
int |
hashCode() |
void |
setSuccessful(Collection<DisableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
void |
setUnsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
String |
toString()
Returns a string representation of this object.
|
DisableFastSnapshotRestoresResult |
withSuccessful(Collection<DisableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
DisableFastSnapshotRestoresResult |
withSuccessful(DisableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
DisableFastSnapshotRestoresResult |
withUnsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
DisableFastSnapshotRestoresResult |
withUnsuccessful(DisableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DisableFastSnapshotRestoreSuccessItem> getSuccessful()
Information about the snapshots for which fast snapshot restores were successfully disabled.
public void setSuccessful(Collection<DisableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
successful
- Information about the snapshots for which fast snapshot restores were successfully disabled.public DisableFastSnapshotRestoresResult withSuccessful(DisableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessful(java.util.Collection)
or withSuccessful(java.util.Collection)
if you want to
override the existing values.
successful
- Information about the snapshots for which fast snapshot restores were successfully disabled.public DisableFastSnapshotRestoresResult withSuccessful(Collection<DisableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
successful
- Information about the snapshots for which fast snapshot restores were successfully disabled.public List<DisableFastSnapshotRestoreErrorItem> getUnsuccessful()
Information about the snapshots for which fast snapshot restores could not be disabled.
public void setUnsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
unsuccessful
- Information about the snapshots for which fast snapshot restores could not be disabled.public DisableFastSnapshotRestoresResult withUnsuccessful(DisableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessful(java.util.Collection)
or withUnsuccessful(java.util.Collection)
if you want to
override the existing values.
unsuccessful
- Information about the snapshots for which fast snapshot restores could not be disabled.public DisableFastSnapshotRestoresResult withUnsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
unsuccessful
- Information about the snapshots for which fast snapshot restores could not be disabled.public String toString()
toString
in class Object
Object.toString()
public DisableFastSnapshotRestoresResult clone()
Copyright © 2023. All rights reserved.