7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3TablesRequest.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
42 template <
typename TableBucketARNT = Aws::String>
44 m_tableBucketARNHasBeenSet =
true;
45 m_tableBucketARN = std::forward<TableBucketARNT>(value);
47 template <
typename TableBucketARNT = Aws::String>
60 template <
typename PrefixT = Aws::String>
62 m_prefixHasBeenSet =
true;
63 m_prefix = std::forward<PrefixT>(value);
65 template <
typename PrefixT = Aws::String>
81 template <
typename ContinuationTokenT = Aws::String>
83 m_continuationTokenHasBeenSet =
true;
84 m_continuationToken = std::forward<ContinuationTokenT>(value);
86 template <
typename ContinuationTokenT = Aws::String>
100 m_maxNamespacesHasBeenSet =
true;
101 m_maxNamespaces = value;
115 int m_maxNamespaces{0};
116 bool m_tableBucketARNHasBeenSet =
false;
117 bool m_prefixHasBeenSet =
false;
118 bool m_continuationTokenHasBeenSet =
false;
119 bool m_maxNamespacesHasBeenSet =
false;
const Aws::String & GetContinuationToken() const
void SetPrefix(PrefixT &&value)
AWS_S3TABLES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetTableBucketARN() const
int GetMaxNamespaces() const
void SetContinuationToken(ContinuationTokenT &&value)
ListNamespacesRequest & WithMaxNamespaces(int value)
bool TableBucketARNHasBeenSet() const
bool PrefixHasBeenSet() const
AWS_S3TABLES_API Aws::String SerializePayload() const override
AWS_S3TABLES_API ListNamespacesRequest()=default
ListNamespacesRequest & WithPrefix(PrefixT &&value)
void SetTableBucketARN(TableBucketARNT &&value)
ListNamespacesRequest & WithTableBucketARN(TableBucketARNT &&value)
bool ContinuationTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPrefix() const
void SetMaxNamespaces(int value)
bool MaxNamespacesHasBeenSet() const
ListNamespacesRequest & WithContinuationToken(ContinuationTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String