7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/backup/model/BackupVaultEvent.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename BackupVaultNameT = Aws::String>
43 m_backupVaultNameHasBeenSet =
true;
44 m_backupVaultName = std::forward<BackupVaultNameT>(value);
46 template <
typename BackupVaultNameT = Aws::String>
61 template <
typename SNSTopicArnT = Aws::String>
63 m_sNSTopicArnHasBeenSet =
true;
64 m_sNSTopicArn = std::forward<SNSTopicArnT>(value);
66 template <
typename SNSTopicArnT = Aws::String>
83 template <
typename BackupVaultEventsT = Aws::Vector<BackupVaultEvent>>
85 m_backupVaultEventsHasBeenSet =
true;
86 m_backupVaultEvents = std::forward<BackupVaultEventsT>(value);
88 template <
typename BackupVaultEventsT = Aws::Vector<BackupVaultEvent>>
94 m_backupVaultEventsHasBeenSet =
true;
95 m_backupVaultEvents.push_back(value);
105 bool m_backupVaultNameHasBeenSet =
false;
106 bool m_sNSTopicArnHasBeenSet =
false;
107 bool m_backupVaultEventsHasBeenSet =
false;
void SetBackupVaultEvents(BackupVaultEventsT &&value)
virtual const char * GetServiceRequestName() const override
bool BackupVaultNameHasBeenSet() const
PutBackupVaultNotificationsRequest & WithBackupVaultName(BackupVaultNameT &&value)
void SetSNSTopicArn(SNSTopicArnT &&value)
PutBackupVaultNotificationsRequest & WithSNSTopicArn(SNSTopicArnT &&value)
PutBackupVaultNotificationsRequest & WithBackupVaultEvents(BackupVaultEventsT &&value)
bool BackupVaultEventsHasBeenSet() const
const Aws::Vector< BackupVaultEvent > & GetBackupVaultEvents() const
const Aws::String & GetBackupVaultName() const
bool SNSTopicArnHasBeenSet() const
void SetBackupVaultName(BackupVaultNameT &&value)
PutBackupVaultNotificationsRequest & AddBackupVaultEvents(BackupVaultEvent value)
AWS_BACKUP_API Aws::String SerializePayload() const override
const Aws::String & GetSNSTopicArn() const
AWS_BACKUP_API PutBackupVaultNotificationsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector