7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3Tables_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename VersionTokenT = Aws::String>
36 m_versionTokenHasBeenSet =
true;
37 m_versionToken = std::forward<VersionTokenT>(value);
39 template <
typename VersionTokenT = Aws::String>
51 template <
typename MetadataLocationT = Aws::String>
53 m_metadataLocationHasBeenSet =
true;
54 m_metadataLocation = std::forward<MetadataLocationT>(value);
56 template <
typename MetadataLocationT = Aws::String>
68 template <
typename WarehouseLocationT = Aws::String>
70 m_warehouseLocationHasBeenSet =
true;
71 m_warehouseLocation = std::forward<WarehouseLocationT>(value);
73 template <
typename WarehouseLocationT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_versionTokenHasBeenSet =
false;
103 bool m_metadataLocationHasBeenSet =
false;
104 bool m_warehouseLocationHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue