@Generated(value="software.amazon.awssdk:codegen") public final class RestoreFromSnapshotRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<RestoreFromSnapshotRequest.Builder,RestoreFromSnapshotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestoreFromSnapshotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RestoreFromSnapshotRequest.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 the snapshot to.
|
String |
ownerAccount()
The Amazon Web Services account that owns the snapshot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RestoreFromSnapshotRequest.Builder> |
serializableBuilderClass() |
String |
snapshotArn()
The Amazon Resource Name (ARN) of the snapshot to restore from.
|
String |
snapshotName()
The name of the snapshot to restore from.
|
RestoreFromSnapshotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupName()
The name of the workgroup used to restore the snapshot.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namespaceName()
The name of the namespace to restore the snapshot to.
public final String ownerAccount()
The Amazon Web Services account that owns the snapshot.
public final String snapshotArn()
The Amazon Resource Name (ARN) of the snapshot to restore from.
public final String snapshotName()
The name of the snapshot to restore from.
public final String workgroupName()
The name of the workgroup used to restore the snapshot.
public RestoreFromSnapshotRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RestoreFromSnapshotRequest.Builder,RestoreFromSnapshotRequest>toBuilder in class RedshiftServerlessRequestpublic static RestoreFromSnapshotRequest.Builder builder()
public static Class<? extends RestoreFromSnapshotRequest.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 © 2022. All rights reserved.