@Generated(value="software.amazon.awssdk:codegen") public final class DeleteClusterSnapshotMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteClusterSnapshotMessage.Builder,DeleteClusterSnapshotMessage>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteClusterSnapshotMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteClusterSnapshotMessage.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 DeleteClusterSnapshotMessage.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.
|
DeleteClusterSnapshotMessage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, 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 or role 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 DeleteClusterSnapshotMessage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteClusterSnapshotMessage.Builder,DeleteClusterSnapshotMessage>public static DeleteClusterSnapshotMessage.Builder builder()
public static Class<? extends DeleteClusterSnapshotMessage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.