@Generated(value="software.amazon.awssdk:codegen") public final class RestoreFromRecoveryPointRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<RestoreFromRecoveryPointRequest.Builder,RestoreFromRecoveryPointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestoreFromRecoveryPointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RestoreFromRecoveryPointRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespaceName()
The name of the namespace to restore data into.
|
String |
recoveryPointId()
The unique identifier of the recovery point to restore from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RestoreFromRecoveryPointRequest.Builder> |
serializableBuilderClass() |
RestoreFromRecoveryPointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupName()
The name of the workgroup used to restore data.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namespaceName()
The name of the namespace to restore data into.
public final String recoveryPointId()
The unique identifier of the recovery point to restore from.
public final String workgroupName()
The name of the workgroup used to restore data.
public RestoreFromRecoveryPointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RestoreFromRecoveryPointRequest.Builder,RestoreFromRecoveryPointRequest>toBuilder in class RedshiftServerlessRequestpublic static RestoreFromRecoveryPointRequest.Builder builder()
public static Class<? extends RestoreFromRecoveryPointRequest.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.