7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename VersionTokenT = Aws::String>
41 void SetVersionToken(VersionTokenT&& value) { m_versionTokenHasBeenSet =
true; m_versionToken = std::forward<VersionTokenT>(value); }
42 template<
typename VersionTokenT = Aws::String>
51 template<
typename MetadataLocationT = Aws::String>
52 void SetMetadataLocation(MetadataLocationT&& value) { m_metadataLocationHasBeenSet =
true; m_metadataLocation = std::forward<MetadataLocationT>(value); }
53 template<
typename MetadataLocationT = Aws::String>
62 template<
typename WarehouseLocationT = Aws::String>
63 void SetWarehouseLocation(WarehouseLocationT&& value) { m_warehouseLocationHasBeenSet =
true; m_warehouseLocation = std::forward<WarehouseLocationT>(value); }
64 template<
typename WarehouseLocationT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_versionTokenHasBeenSet =
false;
82 bool m_metadataLocationHasBeenSet =
false;
85 bool m_warehouseLocationHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue