7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
10#include <aws/s3tables/model/TableSummary.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename TablesT = Aws::Vector<TableSummary>>
38 m_tablesHasBeenSet =
true;
39 m_tables = std::forward<TablesT>(value);
41 template <
typename TablesT = Aws::Vector<TableSummary>>
46 template <
typename TablesT = TableSummary>
48 m_tablesHasBeenSet =
true;
49 m_tables.emplace_back(std::forward<TablesT>(value));
60 template <
typename ContinuationTokenT = Aws::String>
62 m_continuationTokenHasBeenSet =
true;
63 m_continuationToken = std::forward<ContinuationTokenT>(value);
65 template <
typename ContinuationTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
92 bool m_tablesHasBeenSet =
false;
93 bool m_continuationTokenHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetContinuationToken() const
void SetContinuationToken(ContinuationTokenT &&value)
AWS_S3TABLES_API ListTablesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< TableSummary > & GetTables() const
ListTablesResult & WithTables(TablesT &&value)
AWS_S3TABLES_API ListTablesResult()=default
AWS_S3TABLES_API ListTablesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListTablesResult & AddTables(TablesT &&value)
ListTablesResult & WithContinuationToken(ContinuationTokenT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ListTablesResult & WithRequestId(RequestIdT &&value)
void SetTables(TablesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue