7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/s3tables/S3TablesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename TableBucketARNT = Aws::String>
42 void SetTableBucketARN(TableBucketARNT&& value) { m_tableBucketARNHasBeenSet =
true; m_tableBucketARN = std::forward<TableBucketARNT>(value); }
43 template<
typename TableBucketARNT = Aws::String>
53 template<
typename NamespaceT = Aws::String>
54 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
55 template<
typename NamespaceT = Aws::String>
61 bool m_tableBucketARNHasBeenSet =
false;
64 bool m_namespaceHasBeenSet =
false;
const Aws::String & GetTableBucketARN() const
bool NamespaceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNamespace() const
GetNamespaceRequest & WithNamespace(NamespaceT &&value)
void SetTableBucketARN(TableBucketARNT &&value)
AWS_S3TABLES_API GetNamespaceRequest()=default
void SetNamespace(NamespaceT &&value)
bool TableBucketARNHasBeenSet() const
GetNamespaceRequest & WithTableBucketARN(TableBucketARNT &&value)
AWS_S3TABLES_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String