@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableFastSnapshotRestoresResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
EnableFastSnapshotRestoresResult() |
Modifier and Type | Method and Description |
---|---|
EnableFastSnapshotRestoresResult |
clone() |
boolean |
equals(Object obj) |
List<EnableFastSnapshotRestoreSuccessItem> |
getSuccessful()
Information about the snapshots for which fast snapshot restores were successfully enabled.
|
List<EnableFastSnapshotRestoreErrorItem> |
getUnsuccessful()
Information about the snapshots for which fast snapshot restores could not be enabled.
|
int |
hashCode() |
void |
setSuccessful(Collection<EnableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
|
void |
setUnsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
String |
toString()
Returns a string representation of this object.
|
EnableFastSnapshotRestoresResult |
withSuccessful(Collection<EnableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
|
EnableFastSnapshotRestoresResult |
withSuccessful(EnableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
|
EnableFastSnapshotRestoresResult |
withUnsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
EnableFastSnapshotRestoresResult |
withUnsuccessful(EnableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EnableFastSnapshotRestoreSuccessItem> getSuccessful()
Information about the snapshots for which fast snapshot restores were successfully enabled.
public void setSuccessful(Collection<EnableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
successful
- Information about the snapshots for which fast snapshot restores were successfully enabled.public EnableFastSnapshotRestoresResult withSuccessful(EnableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
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 enabled.public EnableFastSnapshotRestoresResult withSuccessful(Collection<EnableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully enabled.
successful
- Information about the snapshots for which fast snapshot restores were successfully enabled.public List<EnableFastSnapshotRestoreErrorItem> getUnsuccessful()
Information about the snapshots for which fast snapshot restores could not be enabled.
public void setUnsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
unsuccessful
- Information about the snapshots for which fast snapshot restores could not be enabled.public EnableFastSnapshotRestoresResult withUnsuccessful(EnableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
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 enabled.public EnableFastSnapshotRestoresResult withUnsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
unsuccessful
- Information about the snapshots for which fast snapshot restores could not be enabled.public String toString()
toString
in class Object
Object.toString()
public EnableFastSnapshotRestoresResult clone()