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>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
92 template <
typename ResourcePolicyT = Aws::String>
94 m_resourcePolicyHasBeenSet =
true;
95 m_resourcePolicy = std::forward<ResourcePolicyT>(value);
97 template <
typename ResourcePolicyT = Aws::String>
111 bool m_tableBucketARNHasBeenSet =
false;
112 bool m_namespaceHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
114 bool m_resourcePolicyHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetName() const
bool NamespaceHasBeenSet() const
bool TableBucketARNHasBeenSet() const
bool NameHasBeenSet() const
PutTablePolicyRequest & WithResourcePolicy(ResourcePolicyT &&value)
PutTablePolicyRequest & WithTableBucketARN(TableBucketARNT &&value)
void SetNamespace(NamespaceT &&value)
PutTablePolicyRequest & WithNamespace(NamespaceT &&value)
void SetTableBucketARN(TableBucketARNT &&value)
const Aws::String & GetNamespace() const
const Aws::String & GetTableBucketARN() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetResourcePolicy() const
bool ResourcePolicyHasBeenSet() const
AWS_S3TABLES_API Aws::String SerializePayload() const override
PutTablePolicyRequest & WithName(NameT &&value)
void SetResourcePolicy(ResourcePolicyT &&value)
AWS_S3TABLES_API PutTablePolicyRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String