@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBackupRequest extends FSxRequest implements ToCopyableBuilder<DeleteBackupRequest.Builder,DeleteBackupRequest>
The request object for the DeleteBackup operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBackupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupId()
The ID of the backup that you want to delete.
|
static DeleteBackupRequest.Builder |
builder() |
String |
clientRequestToken()
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
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 DeleteBackupRequest.Builder> |
serializableBuilderClass() |
DeleteBackupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupId()
The ID of the backup that you want to delete.
public final String clientRequestToken()
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.
public DeleteBackupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteBackupRequest.Builder,DeleteBackupRequest>toBuilder in class FSxRequestpublic static DeleteBackupRequest.Builder builder()
public static Class<? extends DeleteBackupRequest.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.