@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for the DeleteBackup
operation.
NOOP
Constructor and Description |
---|
DeleteBackupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupId()
The ID of the backup that you want to delete.
|
String |
getClientRequestToken()
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
int |
hashCode() |
void |
setBackupId(String backupId)
The ID of the backup that you want to delete.
|
void |
setClientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBackupRequest |
withBackupId(String backupId)
The ID of the backup that you want to delete.
|
DeleteBackupRequest |
withClientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBackupId(String backupId)
The ID of the backup that you want to delete.
backupId
- The ID of the backup that you want to delete.public String getBackupId()
The ID of the backup that you want to delete.
public DeleteBackupRequest withBackupId(String backupId)
The ID of the backup that you want to delete.
backupId
- The ID of the backup that you want to delete.public void setClientRequestToken(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.
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 String getClientRequestToken()
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 withClientRequestToken(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.
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 String toString()
toString
in class Object
Object.toString()
public DeleteBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()