7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/LexBot.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
59 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetNextToken() const
void SetRequestId(const Aws::String &value)
void SetLexBots(Aws::Vector< LexBot > &&value)
ListLexBotsResult & WithNextToken(Aws::String &&value)
const Aws::String & GetRequestId() const
ListLexBotsResult & AddLexBots(LexBot &&value)
ListLexBotsResult & WithLexBots(const Aws::Vector< LexBot > &value)
void SetNextToken(const char *value)
ListLexBotsResult & AddLexBots(const LexBot &value)
ListLexBotsResult & WithRequestId(const char *value)
ListLexBotsResult & WithNextToken(const char *value)
void SetRequestId(Aws::String &&value)
ListLexBotsResult & WithNextToken(const Aws::String &value)
ListLexBotsResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
void SetNextToken(const Aws::String &value)
AWS_CONNECT_API ListLexBotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLexBotsResult & WithLexBots(Aws::Vector< LexBot > &&value)
void SetLexBots(const Aws::Vector< LexBot > &value)
void SetNextToken(Aws::String &&value)
AWS_CONNECT_API ListLexBotsResult()
const Aws::Vector< LexBot > & GetLexBots() const
ListLexBotsResult & WithRequestId(const Aws::String &value)
AWS_CONNECT_API ListLexBotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue