7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/Table.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename NextTokenT = Aws::String>
39 m_nextTokenHasBeenSet =
true;
40 m_nextToken = std::forward<NextTokenT>(value);
42 template <
typename NextTokenT = Aws::String>
56 template <
typename TableListT = Aws::Vector<Table>>
58 m_tableListHasBeenSet =
true;
59 m_tableList = std::forward<TableListT>(value);
61 template <
typename TableListT = Aws::Vector<Table>>
66 template <
typename TableListT = Table>
68 m_tableListHasBeenSet =
true;
69 m_tableList.emplace_back(std::forward<TableListT>(value));
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
90 bool m_nextTokenHasBeenSet =
false;
93 bool m_tableListHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API SearchTablesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchTablesResult & WithTableList(TableListT &&value)
const Aws::Vector< Table > & GetTableList() const
const Aws::String & GetRequestId() const
AWS_GLUE_API SearchTablesResult()=default
SearchTablesResult & WithRequestId(RequestIdT &&value)
SearchTablesResult & AddTableList(TableListT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
void SetTableList(TableListT &&value)
AWS_GLUE_API SearchTablesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
SearchTablesResult & WithNextToken(NextTokenT &&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