7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/model/VaultNotificationConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename VaultNotificationConfigT = VaultNotificationConfig>
48 void SetVaultNotificationConfig(VaultNotificationConfigT&& value) { m_vaultNotificationConfigHasBeenSet =
true; m_vaultNotificationConfig = std::forward<VaultNotificationConfigT>(value); }
49 template<
typename VaultNotificationConfigT = VaultNotificationConfig>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_vaultNotificationConfigHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetVaultNotificationsResult & WithVaultNotificationConfig(VaultNotificationConfigT &&value)
void SetRequestId(RequestIdT &&value)
void SetVaultNotificationConfig(VaultNotificationConfigT &&value)
AWS_GLACIER_API GetVaultNotificationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const VaultNotificationConfig & GetVaultNotificationConfig() const
GetVaultNotificationsResult & WithRequestId(RequestIdT &&value)
AWS_GLACIER_API GetVaultNotificationsResult()=default
AWS_GLACIER_API GetVaultNotificationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue