7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/BackupVaultEvent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename BackupVaultNameT = Aws::String>
40 m_backupVaultNameHasBeenSet =
true;
41 m_backupVaultName = std::forward<BackupVaultNameT>(value);
43 template <
typename BackupVaultNameT = Aws::String>
57 template <
typename BackupVaultArnT = Aws::String>
59 m_backupVaultArnHasBeenSet =
true;
60 m_backupVaultArn = std::forward<BackupVaultArnT>(value);
62 template <
typename BackupVaultArnT = Aws::String>
76 template <
typename SNSTopicArnT = Aws::String>
78 m_sNSTopicArnHasBeenSet =
true;
79 m_sNSTopicArn = std::forward<SNSTopicArnT>(value);
81 template <
typename SNSTopicArnT = Aws::String>
94 template <
typename BackupVaultEventsT = Aws::Vector<BackupVaultEvent>>
96 m_backupVaultEventsHasBeenSet =
true;
97 m_backupVaultEvents = std::forward<BackupVaultEventsT>(value);
99 template <
typename BackupVaultEventsT = Aws::Vector<BackupVaultEvent>>
105 m_backupVaultEventsHasBeenSet =
true;
106 m_backupVaultEvents.push_back(value);
114 template <
typename RequestIdT = Aws::String>
116 m_requestIdHasBeenSet =
true;
117 m_requestId = std::forward<RequestIdT>(value);
119 template <
typename RequestIdT = Aws::String>
135 bool m_backupVaultNameHasBeenSet =
false;
136 bool m_backupVaultArnHasBeenSet =
false;
137 bool m_sNSTopicArnHasBeenSet =
false;
138 bool m_backupVaultEventsHasBeenSet =
false;
139 bool m_requestIdHasBeenSet =
false;
AWS_BACKUP_API GetBackupVaultNotificationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBackupVaultNotificationsResult & AddBackupVaultEvents(BackupVaultEvent value)
void SetBackupVaultArn(BackupVaultArnT &&value)
GetBackupVaultNotificationsResult & WithBackupVaultArn(BackupVaultArnT &&value)
GetBackupVaultNotificationsResult & WithRequestId(RequestIdT &&value)
void SetBackupVaultEvents(BackupVaultEventsT &&value)
const Aws::String & GetBackupVaultName() const
void SetSNSTopicArn(SNSTopicArnT &&value)
AWS_BACKUP_API GetBackupVaultNotificationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetBackupVaultNotificationsResult & WithBackupVaultName(BackupVaultNameT &&value)
AWS_BACKUP_API GetBackupVaultNotificationsResult()=default
const Aws::String & GetSNSTopicArn() const
const Aws::String & GetRequestId() const
void SetBackupVaultName(BackupVaultNameT &&value)
GetBackupVaultNotificationsResult & WithBackupVaultEvents(BackupVaultEventsT &&value)
const Aws::String & GetBackupVaultArn() const
const Aws::Vector< BackupVaultEvent > & GetBackupVaultEvents() const
GetBackupVaultNotificationsResult & WithSNSTopicArn(SNSTopicArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue