7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
46 template<
typename LocationT = Aws::String>
47 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
48 template<
typename LocationT = Aws::String>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_locationHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
CreateVaultResult & WithRequestId(RequestIdT &&value)
CreateVaultResult & WithLocation(LocationT &&value)
void SetLocation(LocationT &&value)
const Aws::String & GetLocation() const
const Aws::String & GetRequestId() const
AWS_GLACIER_API CreateVaultResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLACIER_API CreateVaultResult()=default
void SetRequestId(RequestIdT &&value)
AWS_GLACIER_API CreateVaultResult(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