7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/keyspaces/model/TableSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename NextTokenT = Aws::String>
44 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
45 template<
typename NextTokenT = Aws::String>
54 template<
typename TablesT = Aws::Vector<TableSummary>>
55 void SetTables(TablesT&& value) { m_tablesHasBeenSet =
true; m_tables = std::forward<TablesT>(value); }
56 template<
typename TablesT = Aws::Vector<TableSummary>>
58 template<
typename TablesT = TableSummary>
59 ListTablesResult&
AddTables(TablesT&& value) { m_tablesHasBeenSet =
true; m_tables.emplace_back(std::forward<TablesT>(value));
return *
this; }
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_nextTokenHasBeenSet =
false;
76 bool m_tablesHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_KEYSPACES_API ListTablesResult()=default
AWS_KEYSPACES_API ListTablesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTables(TablesT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
ListTablesResult & WithTables(TablesT &&value)
ListTablesResult & WithRequestId(RequestIdT &&value)
ListTablesResult & WithNextToken(NextTokenT &&value)
AWS_KEYSPACES_API ListTablesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListTablesResult & AddTables(TablesT &&value)
const Aws::Vector< TableSummary > & GetTables() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue