@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for DeleteBackup operation.
NOOP| Constructor and Description |
|---|
DeleteBackupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteBackupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBackupId()
The ID of the backup you want to delete.
|
String |
getClientRequestToken()
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
int |
hashCode() |
void |
setBackupId(String backupId)
The ID of the backup you want to delete.
|
void |
setClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 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 you want to delete.
|
DeleteBackupRequest |
withClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setBackupId(String backupId)
The ID of the backup you want to delete.
backupId - The ID of the backup you want to delete.public String getBackupId()
The ID of the backup you want to delete.
public DeleteBackupRequest withBackupId(String backupId)
The ID of the backup you want to delete.
backupId - The ID of the backup you want to delete.public void setClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
clientRequestToken - (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This
is automatically filled on your behalf when using the AWS CLI or SDK.public String getClientRequestToken()
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
public DeleteBackupRequest withClientRequestToken(String clientRequestToken)
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
clientRequestToken - (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This
is automatically filled on your behalf when using the AWS CLI or SDK.public String toString()
toString in class ObjectObject.toString()public DeleteBackupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.