7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
10#include <aws/glacier/model/VaultNotificationConfig.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename VaultNotificationConfigT = VaultNotificationConfig>
44 m_vaultNotificationConfigHasBeenSet =
true;
45 m_vaultNotificationConfig = std::forward<VaultNotificationConfigT>(value);
47 template <
typename VaultNotificationConfigT = VaultNotificationConfig>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_vaultNotificationConfigHasBeenSet =
false;
76 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::Http::HttpResponseCode GetHttpResponseCode() const
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