@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteFastResetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExecuteFastResetRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteFastResetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
The fast reset action.
|
String |
getToken()
The fast-reset token to initiate the reset.
|
int |
hashCode() |
void |
setAction(String action)
The fast reset action.
|
void |
setToken(String token)
The fast-reset token to initiate the reset.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteFastResetRequest |
withAction(Action action)
The fast reset action.
|
ExecuteFastResetRequest |
withAction(String action)
The fast reset action.
|
ExecuteFastResetRequest |
withToken(String token)
The fast-reset token to initiate the reset.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAction(String action)
The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually perform
the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
action - The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually
perform the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
Actionpublic String getAction()
The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually perform
the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
initiateDatabaseReset – This action generates a unique token needed to actually
perform the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
Actionpublic ExecuteFastResetRequest withAction(String action)
The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually perform
the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
action - The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually
perform the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
Actionpublic ExecuteFastResetRequest withAction(Action action)
The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually perform
the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
action - The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually
perform the fast reset.
performDatabaseReset – This action uses the token generated by the
initiateDatabaseReset action to actually perform the fast reset.
Actionpublic void setToken(String token)
The fast-reset token to initiate the reset.
token - The fast-reset token to initiate the reset.public String getToken()
The fast-reset token to initiate the reset.
public ExecuteFastResetRequest withToken(String token)
The fast-reset token to initiate the reset.
token - The fast-reset token to initiate the reset.public String toString()
toString in class ObjectObject.toString()public ExecuteFastResetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()