7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename VersionTokenT = Aws::String>
37 m_versionTokenHasBeenSet =
true;
38 m_versionToken = std::forward<VersionTokenT>(value);
40 template <
typename VersionTokenT = Aws::String>
52 template <
typename MetadataLocationT = Aws::String>
54 m_metadataLocationHasBeenSet =
true;
55 m_metadataLocation = std::forward<MetadataLocationT>(value);
57 template <
typename MetadataLocationT = Aws::String>
69 template <
typename WarehouseLocationT = Aws::String>
71 m_warehouseLocationHasBeenSet =
true;
72 m_warehouseLocation = std::forward<WarehouseLocationT>(value);
74 template <
typename WarehouseLocationT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_versionTokenHasBeenSet =
false;
107 bool m_metadataLocationHasBeenSet =
false;
108 bool m_warehouseLocationHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue