7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/Table.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
SearchTablesResult & WithTableList(const Aws::Vector< Table > &value)
AWS_GLUE_API SearchTablesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(const Aws::String &value)
AWS_GLUE_API SearchTablesResult()
void SetTableList(Aws::Vector< Table > &&value)
const Aws::Vector< Table > & GetTableList() const
SearchTablesResult & WithNextToken(Aws::String &&value)
SearchTablesResult & WithRequestId(const char *value)
SearchTablesResult & AddTableList(Table &&value)
const Aws::String & GetRequestId() const
void SetRequestId(Aws::String &&value)
SearchTablesResult & AddTableList(const Table &value)
void SetNextToken(const char *value)
void SetRequestId(const char *value)
void SetNextToken(Aws::String &&value)
void SetRequestId(const Aws::String &value)
SearchTablesResult & WithNextToken(const char *value)
SearchTablesResult & WithTableList(Aws::Vector< Table > &&value)
AWS_GLUE_API SearchTablesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
SearchTablesResult & WithRequestId(Aws::String &&value)
SearchTablesResult & WithNextToken(const Aws::String &value)
SearchTablesResult & WithRequestId(const Aws::String &value)
void SetTableList(const Aws::Vector< Table > &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