7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3tables/model/TableBucketSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename TableBucketsT = Aws::Vector<TableBucketSummary>>
43 void SetTableBuckets(TableBucketsT&& value) { m_tableBucketsHasBeenSet =
true; m_tableBuckets = std::forward<TableBucketsT>(value); }
44 template<
typename TableBucketsT = Aws::Vector<TableBucketSummary>>
46 template<
typename TableBucketsT = TableBucketSummary>
56 template<
typename ContinuationTokenT = Aws::String>
57 void SetContinuationToken(ContinuationTokenT&& value) { m_continuationTokenHasBeenSet =
true; m_continuationToken = std::forward<ContinuationTokenT>(value); }
58 template<
typename ContinuationTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_tableBucketsHasBeenSet =
false;
76 bool m_continuationTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListTableBucketsResult & WithRequestId(RequestIdT &&value)
AWS_S3TABLES_API ListTableBucketsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_S3TABLES_API ListTableBucketsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTableBuckets(TableBucketsT &&value)
ListTableBucketsResult & WithContinuationToken(ContinuationTokenT &&value)
const Aws::Vector< TableBucketSummary > & GetTableBuckets() const
const Aws::String & GetContinuationToken() const
ListTableBucketsResult & WithTableBuckets(TableBucketsT &&value)
const Aws::String & GetRequestId() const
void SetContinuationToken(ContinuationTokenT &&value)
void SetRequestId(RequestIdT &&value)
ListTableBucketsResult & AddTableBuckets(TableBucketsT &&value)
AWS_S3TABLES_API ListTableBucketsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue