@Generated(value="software.amazon.awssdk:codegen") public final class DeleteClusterSnapshotRequest extends RedshiftRequest implements ToCopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteClusterSnapshotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteClusterSnapshotRequest.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 DeleteClusterSnapshotRequest.Builder> |
serializableBuilderClass() |
String |
snapshotClusterIdentifier()
The unique identifier of the cluster the snapshot was created from.
|
String |
snapshotIdentifier()
The unique identifier of the manual snapshot to be deleted.
|
DeleteClusterSnapshotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String snapshotIdentifier()
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available, failed,
or cancelled state.
Constraints: Must be the name of an existing snapshot that is in the available,
failed, or cancelled state.
public final String snapshotClusterIdentifier()
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
Constraints: Must be the name of valid cluster.
public DeleteClusterSnapshotRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>toBuilder in class RedshiftRequestpublic static DeleteClusterSnapshotRequest.Builder builder()
public static Class<? extends DeleteClusterSnapshotRequest.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.