@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateRecoveryPointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateRecoveryPointRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateRecoveryPointRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBackupVaultName()
The unique name of an AWS Backup vault.
|
String |
getRecoveryPointArn()
An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point.
|
int |
hashCode() |
void |
setBackupVaultName(String backupVaultName)
The unique name of an AWS Backup vault.
|
void |
setRecoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateRecoveryPointRequest |
withBackupVaultName(String backupVaultName)
The unique name of an AWS Backup vault.
|
DisassociateRecoveryPointRequest |
withRecoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point.
|
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 setBackupVaultName(String backupVaultName)
The unique name of an AWS Backup vault. Required.
backupVaultName - The unique name of an AWS Backup vault. Required.public String getBackupVaultName()
The unique name of an AWS Backup vault. Required.
public DisassociateRecoveryPointRequest withBackupVaultName(String backupVaultName)
The unique name of an AWS Backup vault. Required.
backupVaultName - The unique name of an AWS Backup vault. Required.public void setRecoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point. Required.
recoveryPointArn - An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point. Required.public String getRecoveryPointArn()
An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point. Required.
public DisassociateRecoveryPointRequest withRecoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point. Required.
recoveryPointArn - An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point. Required.public String toString()
toString in class ObjectObject.toString()public DisassociateRecoveryPointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.