@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteFastResetResponse extends NeptunedataResponse implements ToCopyableBuilder<ExecuteFastResetResponse.Builder,ExecuteFastResetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteFastResetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteFastResetResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteFastResetResponse.Builder> |
serializableBuilderClass() |
String |
status()
The
status is only returned for the performDatabaseReset action, and indicates whether
or not the fast reset rquest is accepted. |
ExecuteFastResetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
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 final 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 is only returned by the initiateDatabaseReset action, and contains
the unique token to use with the performDatabaseReset action to make the reset occur.public ExecuteFastResetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteFastResetResponse.Builder,ExecuteFastResetResponse>toBuilder in class AwsResponsepublic static ExecuteFastResetResponse.Builder builder()
public static Class<? extends ExecuteFastResetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.