@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteFastResetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ExecuteFastResetResult() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteFastResetResult |
clone() |
boolean |
equals(Object obj) |
FastResetToken |
getPayload()
The
payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur. |
String |
getStatus()
The
status is only returned for the performDatabaseReset action, and indicates whether
or not the fast reset rquest is accepted. |
int |
hashCode() |
void |
setPayload(FastResetToken payload)
The
payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur. |
void |
setStatus(String status)
The
status is only returned for the performDatabaseReset action, and indicates whether
or not the fast reset rquest is accepted. |
String |
toString()
Returns a string representation of this object.
|
ExecuteFastResetResult |
withPayload(FastResetToken payload)
The
payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur. |
ExecuteFastResetResult |
withStatus(String status)
The
status is only returned for the performDatabaseReset action, and indicates whether
or not the fast reset rquest is accepted. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status is only returned for the performDatabaseReset action, and indicates whether
or not the fast reset rquest is accepted.
status - The status is only returned for the performDatabaseReset action, and indicates
whether or not the fast reset rquest is accepted.public String getStatus()
The status is only returned for the performDatabaseReset action, and indicates whether
or not the fast reset rquest is accepted.
status is only returned for the performDatabaseReset action, and indicates
whether or not the fast reset rquest is accepted.public ExecuteFastResetResult withStatus(String status)
The status is only returned for the performDatabaseReset action, and indicates whether
or not the fast reset rquest is accepted.
status - The status is only returned for the performDatabaseReset action, and indicates
whether or not the fast reset rquest is accepted.public void setPayload(FastResetToken payload)
The payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur.
payload - The payload is only returned by the initiateDatabaseReset action, and contains
the unique token to use with the performDatabaseReset action to make the reset occur.public FastResetToken getPayload()
The payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur.
payload is only returned by the initiateDatabaseReset action, and contains
the unique token to use with the performDatabaseReset action to make the reset occur.public ExecuteFastResetResult withPayload(FastResetToken payload)
The payload is only returned by the initiateDatabaseReset action, and contains the
unique token to use with the performDatabaseReset action to make the reset occur.
payload - The payload is only returned by the initiateDatabaseReset action, and contains
the unique token to use with the performDatabaseReset action to make the reset occur.public String toString()
toString in class ObjectObject.toString()public ExecuteFastResetResult clone()