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