@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateRecoveryPointFromParentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateRecoveryPointFromParentRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateRecoveryPointFromParentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupVaultName()
This is the name of a logical container where the child (nested) recovery point is stored.
|
String |
getRecoveryPointArn()
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
int |
hashCode() |
void |
setBackupVaultName(String backupVaultName)
This is the name of a logical container where the child (nested) recovery point is stored.
|
void |
setRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
String |
toString()
Returns a string representation of this object.
|
DisassociateRecoveryPointFromParentRequest |
withBackupVaultName(String backupVaultName)
This is the name of a logical container where the child (nested) recovery point is stored.
|
DisassociateRecoveryPointFromParentRequest |
withRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
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 DisassociateRecoveryPointFromParentRequest()
public void setBackupVaultName(String backupVaultName)
This is the name of a logical container where the child (nested) recovery point is stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- This is the name of a logical container where the child (nested) recovery point is stored. Backup vaults
are identified by names that are unique to the account used to create them and the Amazon Web Services
Region where they are created. They consist of lowercase letters, numbers, and hyphens.public String getBackupVaultName()
This is the name of a logical container where the child (nested) recovery point is stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public DisassociateRecoveryPointFromParentRequest withBackupVaultName(String backupVaultName)
This is the name of a logical container where the child (nested) recovery point is stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- This is the name of a logical container where the child (nested) recovery point is stored. Backup vaults
are identified by names that are unique to the account used to create them and the Amazon Web Services
Region where they are created. They consist of lowercase letters, numbers, and hyphens.public void setRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
recoveryPointArn
- This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for
example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
public String getRecoveryPointArn()
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
public DisassociateRecoveryPointFromParentRequest withRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
recoveryPointArn
- This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for
example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
public String toString()
toString
in class Object
Object.toString()
public DisassociateRecoveryPointFromParentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()