@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)
Add a single RestoreMetadata entry
|
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 . |
String |
getResourceType()
This is the resource type associated with the recovery point.
|
Map<String,String> |
getRestoreMetadata()
The set of metadata key-value pairs that describe the original configuration of the backed-up resource.
|
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 |
setResourceType(String resourceType)
This is the resource type associated with the recovery point.
|
void |
setRestoreMetadata(Map<String,String> restoreMetadata)
The set of metadata key-value pairs that describe the original configuration of the backed-up resource.
|
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 |
withResourceType(String resourceType)
This is the resource type associated with the recovery point.
|
GetRecoveryPointRestoreMetadataResult |
withRestoreMetadata(Map<String,String> restoreMetadata)
The set of metadata key-value pairs that describe the original configuration of the backed-up resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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()
The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored.
public void setRestoreMetadata(Map<String,String> restoreMetadata)
The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored.
restoreMetadata
- The set of metadata key-value pairs that describe the original configuration of the backed-up resource.
These values vary depending on the service that is being restored.public GetRecoveryPointRestoreMetadataResult withRestoreMetadata(Map<String,String> restoreMetadata)
The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored.
restoreMetadata
- The set of metadata key-value pairs that describe the original configuration of the backed-up resource.
These values vary depending on the service that is being restored.public GetRecoveryPointRestoreMetadataResult addRestoreMetadataEntry(String key, String value)
public GetRecoveryPointRestoreMetadataResult clearRestoreMetadataEntries()
public void setResourceType(String resourceType)
This is the resource type associated with the recovery point.
resourceType
- This is the resource type associated with the recovery point.public String getResourceType()
This is the resource type associated with the recovery point.
public GetRecoveryPointRestoreMetadataResult withResourceType(String resourceType)
This is the resource type associated with the recovery point.
resourceType
- This is the resource type associated with the recovery point.public String toString()
toString
in class Object
Object.toString()
public GetRecoveryPointRestoreMetadataResult clone()