@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteFastResetRequest extends NeptunedataRequest implements ToCopyableBuilder<ExecuteFastResetRequest.Builder,ExecuteFastResetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteFastResetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Action |
action()
The fast reset action.
|
String |
actionAsString()
The fast reset action.
|
static ExecuteFastResetRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteFastResetRequest.Builder> |
serializableBuilderClass() |
ExecuteFastResetRequest.Builder |
toBuilder() |
String |
token()
The fast-reset token to initiate the reset.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, action will
return Action.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
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 final String actionAsString()
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.
If the service returns an enum value that is not available in the current SDK version, action will
return Action.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
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 final String token()
The fast-reset token to initiate the reset.
public ExecuteFastResetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteFastResetRequest.Builder,ExecuteFastResetRequest>toBuilder in class NeptunedataRequestpublic static ExecuteFastResetRequest.Builder builder()
public static Class<? extends ExecuteFastResetRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.