7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/backup/model/BackupVaultEvent.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename BackupVaultNameT = Aws::String>
45 void SetBackupVaultName(BackupVaultNameT&& value) { m_backupVaultNameHasBeenSet =
true; m_backupVaultName = std::forward<BackupVaultNameT>(value); }
46 template<
typename BackupVaultNameT = Aws::String>
57 template<
typename BackupVaultArnT = Aws::String>
58 void SetBackupVaultArn(BackupVaultArnT&& value) { m_backupVaultArnHasBeenSet =
true; m_backupVaultArn = std::forward<BackupVaultArnT>(value); }
59 template<
typename BackupVaultArnT = Aws::String>
70 template<
typename SNSTopicArnT = Aws::String>
71 void SetSNSTopicArn(SNSTopicArnT&& value) { m_sNSTopicArnHasBeenSet =
true; m_sNSTopicArn = std::forward<SNSTopicArnT>(value); }
72 template<
typename SNSTopicArnT = Aws::String>
82 template<
typename BackupVaultEventsT = Aws::Vector<BackupVaultEvent>>
83 void SetBackupVaultEvents(BackupVaultEventsT&& value) { m_backupVaultEventsHasBeenSet =
true; m_backupVaultEvents = std::forward<BackupVaultEventsT>(value); }
84 template<
typename BackupVaultEventsT = Aws::Vector<BackupVaultEvent>>
92 template<
typename RequestIdT = Aws::String>
93 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
94 template<
typename RequestIdT = Aws::String>
100 bool m_backupVaultNameHasBeenSet =
false;
103 bool m_backupVaultArnHasBeenSet =
false;
106 bool m_sNSTopicArnHasBeenSet =
false;
109 bool m_backupVaultEventsHasBeenSet =
false;
112 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