7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lex-models/model/UtteranceList.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LexModelBuildingService
44 inline void SetBotName(
const char* value) { m_botName.assign(value); }
72 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetUtterances(const Aws::Vector< UtteranceList > &value)
GetUtterancesViewResult & WithRequestId(const Aws::String &value)
GetUtterancesViewResult & WithRequestId(const char *value)
void SetRequestId(const char *value)
GetUtterancesViewResult & WithRequestId(Aws::String &&value)
GetUtterancesViewResult & WithBotName(const char *value)
GetUtterancesViewResult & WithUtterances(Aws::Vector< UtteranceList > &&value)
void SetRequestId(const Aws::String &value)
AWS_LEXMODELBUILDINGSERVICE_API GetUtterancesViewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetUtterancesViewResult & WithBotName(const Aws::String &value)
const Aws::String & GetRequestId() const
void SetBotName(Aws::String &&value)
void SetRequestId(Aws::String &&value)
GetUtterancesViewResult & AddUtterances(UtteranceList &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetUtterancesViewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< UtteranceList > & GetUtterances() const
GetUtterancesViewResult & WithUtterances(const Aws::Vector< UtteranceList > &value)
GetUtterancesViewResult & AddUtterances(const UtteranceList &value)
const Aws::String & GetBotName() const
void SetBotName(const Aws::String &value)
AWS_LEXMODELBUILDINGSERVICE_API GetUtterancesViewResult()
void SetBotName(const char *value)
GetUtterancesViewResult & WithBotName(Aws::String &&value)
void SetUtterances(Aws::Vector< UtteranceList > &&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