@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackupVaultNotificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBackupVaultNotificationsResult() |
Modifier and Type | Method and Description |
---|---|
GetBackupVaultNotificationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
List<String> |
getBackupVaultEvents()
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
String |
getSNSTopicArn()
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic . |
int |
hashCode() |
void |
setBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
void |
setBackupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
void |
setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
void |
setSNSTopicArn(String sNSTopicArn)
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic . |
String |
toString()
Returns a string representation of this object.
|
GetBackupVaultNotificationsResult |
withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
GetBackupVaultNotificationsResult |
withBackupVaultEvents(BackupVaultEvent... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
GetBackupVaultNotificationsResult |
withBackupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
GetBackupVaultNotificationsResult |
withBackupVaultEvents(String... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
GetBackupVaultNotificationsResult |
withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
GetBackupVaultNotificationsResult |
withSNSTopicArn(String sNSTopicArn)
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the Region where they are created. They consist of lowercase
letters, numbers, and hyphens.public String getBackupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public GetBackupVaultNotificationsResult withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the Region where they are created. They consist of lowercase
letters, numbers, and hyphens.public void setBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
backupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public String getBackupVaultArn()
An Amazon Resource Name (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 GetBackupVaultNotificationsResult withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
backupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public void setSNSTopicArn(String sNSTopicArn)
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic
.
sNSTopicArn
- An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic
.public String getSNSTopicArn()
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic
.
arn:aws:sns:us-west-2:111122223333:MyTopic
.public GetBackupVaultNotificationsResult withSNSTopicArn(String sNSTopicArn)
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic
.
sNSTopicArn
- An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic
.public List<String> getBackupVaultEvents()
An array of events that indicate the status of jobs to back up resources to the backup vault.
BackupVaultEvent
public void setBackupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
backupVaultEvents
- An array of events that indicate the status of jobs to back up resources to the backup vault.BackupVaultEvent
public GetBackupVaultNotificationsResult withBackupVaultEvents(String... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
NOTE: This method appends the values to the existing list (if any). Use
setBackupVaultEvents(java.util.Collection)
or withBackupVaultEvents(java.util.Collection)
if
you want to override the existing values.
backupVaultEvents
- An array of events that indicate the status of jobs to back up resources to the backup vault.BackupVaultEvent
public GetBackupVaultNotificationsResult withBackupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
backupVaultEvents
- An array of events that indicate the status of jobs to back up resources to the backup vault.BackupVaultEvent
public GetBackupVaultNotificationsResult withBackupVaultEvents(BackupVaultEvent... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
backupVaultEvents
- An array of events that indicate the status of jobs to back up resources to the backup vault.BackupVaultEvent
public String toString()
toString
in class Object
Object.toString()
public GetBackupVaultNotificationsResult clone()