@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecoveryPointRestoreMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRecoveryPointRestoreMetadataResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRecoveryPointRestoreMetadataResult |
addRestoreMetadataEntry(String key,
String value) |
GetRecoveryPointRestoreMetadataResult |
clearRestoreMetadataEntries()
Removes all the entries added into RestoreMetadata.
|
GetRecoveryPointRestoreMetadataResult |
clone() |
boolean |
equals(Object obj) |
String |
getBackupVaultArn()
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
String |
getRecoveryPointArn()
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
Map<String,String> |
getRestoreMetadata()
A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the
recovery point.
|
int |
hashCode() |
void |
setBackupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
void |
setRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
void |
setRestoreMetadata(Map<String,String> restoreMetadata)
A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the
recovery point.
|
String |
toString()
Returns a string representation of this object.
|
GetRecoveryPointRestoreMetadataResult |
withBackupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
GetRecoveryPointRestoreMetadataResult |
withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
GetRecoveryPointRestoreMetadataResult |
withRestoreMetadata(Map<String,String> restoreMetadata)
A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the
recovery point.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetRecoveryPointRestoreMetadataResult()
public void setBackupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
backupVaultArn - An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.public String getBackupVaultArn()
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.public GetRecoveryPointRestoreMetadataResult withBackupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
backupVaultArn - An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.public void setRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
recoveryPointArn - An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.public String getRecoveryPointArn()
An ARN that uniquely identifies a 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 GetRecoveryPointRestoreMetadataResult withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
recoveryPointArn - An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.public Map<String,String> getRestoreMetadata()
A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the recovery point.
public void setRestoreMetadata(Map<String,String> restoreMetadata)
A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the recovery point.
restoreMetadata - A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the
recovery point.public GetRecoveryPointRestoreMetadataResult withRestoreMetadata(Map<String,String> restoreMetadata)
A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the recovery point.
restoreMetadata - A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the
recovery point.public GetRecoveryPointRestoreMetadataResult addRestoreMetadataEntry(String key, String value)
public GetRecoveryPointRestoreMetadataResult clearRestoreMetadataEntries()
public String toString()
toString in class ObjectObject.toString()public GetRecoveryPointRestoreMetadataResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.