7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/GlacierRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glacier/model/VaultNotificationConfig.h>
50 template<
typename AccountIdT = Aws::String>
51 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
52 template<
typename AccountIdT = Aws::String>
62 template<
typename VaultNameT = Aws::String>
63 void SetVaultName(VaultNameT&& value) { m_vaultNameHasBeenSet =
true; m_vaultName = std::forward<VaultNameT>(value); }
64 template<
typename VaultNameT = Aws::String>
74 template<
typename VaultNotificationConfigT = VaultNotificationConfig>
75 void SetVaultNotificationConfig(VaultNotificationConfigT&& value) { m_vaultNotificationConfigHasBeenSet =
true; m_vaultNotificationConfig = std::forward<VaultNotificationConfigT>(value); }
76 template<
typename VaultNotificationConfigT = VaultNotificationConfig>
82 bool m_accountIdHasBeenSet =
false;
85 bool m_vaultNameHasBeenSet =
false;
88 bool m_vaultNotificationConfigHasBeenSet =
false;
SetVaultNotificationsRequest & WithVaultNotificationConfig(VaultNotificationConfigT &&value)
const VaultNotificationConfig & GetVaultNotificationConfig() const
bool AccountIdHasBeenSet() const
const Aws::String & GetAccountId() const
SetVaultNotificationsRequest & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
AWS_GLACIER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool VaultNotificationConfigHasBeenSet() const
AWS_GLACIER_API SetVaultNotificationsRequest()=default
void SetVaultNotificationConfig(VaultNotificationConfigT &&value)
void SetVaultName(VaultNameT &&value)
SetVaultNotificationsRequest & WithVaultName(VaultNameT &&value)
bool VaultNameHasBeenSet() const
const Aws::String & GetVaultName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String