7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3TablesRequest.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
37 template <
typename TableBucketARNT = Aws::String>
39 m_tableBucketARNHasBeenSet =
true;
40 m_tableBucketARN = std::forward<TableBucketARNT>(value);
42 template <
typename TableBucketARNT = Aws::String>
55 template <
typename NamespaceT = Aws::String>
57 m_namespaceHasBeenSet =
true;
58 m_namespace = std::forward<NamespaceT>(value);
60 template <
typename NamespaceT = Aws::String>
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
90 bool m_tableBucketARNHasBeenSet =
false;
91 bool m_namespaceHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
AWS_S3TABLES_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
GetTableEncryptionRequest & WithNamespace(NamespaceT &&value)
void SetNamespace(NamespaceT &&value)
virtual const char * GetServiceRequestName() const override
AWS_S3TABLES_API GetTableEncryptionRequest()=default
const Aws::String & GetTableBucketARN() const
void SetTableBucketARN(TableBucketARNT &&value)
const Aws::String & GetNamespace() const
bool NameHasBeenSet() const
GetTableEncryptionRequest & WithTableBucketARN(TableBucketARNT &&value)
GetTableEncryptionRequest & WithName(NameT &&value)
bool NamespaceHasBeenSet() const
void SetName(NameT &&value)
bool TableBucketARNHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String