/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides details about the Amazon SNS event notifications for the specified
* backup vault. See Also:
AWS
* API Reference
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
An array of events that indicate the status of jobs to back up resources to * the backup vault. The following events are supported:
* BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
* COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED |
* RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED
* | S3_RESTORE_OBJECT_FAILED
The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline const Aws::String& GetSnsTopicArn() const{ return m_snsTopicArn; } /** *The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline bool SnsTopicArnHasBeenSet() const { return m_snsTopicArnHasBeenSet; } /** *The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline void SetSnsTopicArn(const Aws::String& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = value; } /** *The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline void SetSnsTopicArn(Aws::String&& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = std::move(value); } /** *The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline void SetSnsTopicArn(const char* value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn.assign(value); } /** *The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline AwsBackupBackupVaultNotificationsDetails& WithSnsTopicArn(const Aws::String& value) { SetSnsTopicArn(value); return *this;} /** *The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline AwsBackupBackupVaultNotificationsDetails& WithSnsTopicArn(Aws::String&& value) { SetSnsTopicArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic * for a backup vault's events.
*/ inline AwsBackupBackupVaultNotificationsDetails& WithSnsTopicArn(const char* value) { SetSnsTopicArn(value); return *this;} private: Aws::Vector