7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/BotAnalyzerStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LexModelsV2 {
36 template <
typename BotIdT = Aws::String>
38 m_botIdHasBeenSet =
true;
39 m_botId = std::forward<BotIdT>(value);
41 template <
typename BotIdT = Aws::String>
43 SetBotId(std::forward<BotIdT>(value));
53 template <
typename BotVersionT = Aws::String>
55 m_botVersionHasBeenSet =
true;
56 m_botVersion = std::forward<BotVersionT>(value);
58 template <
typename BotVersionT = Aws::String>
70 template <
typename LocaleIdT = Aws::String>
72 m_localeIdHasBeenSet =
true;
73 m_localeId = std::forward<LocaleIdT>(value);
75 template <
typename LocaleIdT = Aws::String>
90 m_botAnalyzerStatusHasBeenSet =
true;
91 m_botAnalyzerStatus = value;
104 template <
typename BotAnalyzerRequestIdT = Aws::String>
106 m_botAnalyzerRequestIdHasBeenSet =
true;
107 m_botAnalyzerRequestId = std::forward<BotAnalyzerRequestIdT>(value);
109 template <
typename BotAnalyzerRequestIdT = Aws::String>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
145 bool m_botIdHasBeenSet =
false;
146 bool m_botVersionHasBeenSet =
false;
147 bool m_localeIdHasBeenSet =
false;
148 bool m_botAnalyzerStatusHasBeenSet =
false;
149 bool m_botAnalyzerRequestIdHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetLocaleId() const
void SetLocaleId(LocaleIdT &&value)
const Aws::String & GetBotId() const
AWS_LEXMODELSV2_API StopBotAnalyzerResult()=default
StopBotAnalyzerResult & WithBotVersion(BotVersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetBotAnalyzerStatus(BotAnalyzerStatus value)
StopBotAnalyzerResult & WithRequestId(RequestIdT &&value)
AWS_LEXMODELSV2_API StopBotAnalyzerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotAnalyzerRequestId() const
void SetBotAnalyzerRequestId(BotAnalyzerRequestIdT &&value)
const Aws::String & GetBotVersion() const
StopBotAnalyzerResult & WithLocaleId(LocaleIdT &&value)
BotAnalyzerStatus GetBotAnalyzerStatus() const
StopBotAnalyzerResult & WithBotAnalyzerStatus(BotAnalyzerStatus value)
AWS_LEXMODELSV2_API StopBotAnalyzerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
StopBotAnalyzerResult & WithBotId(BotIdT &&value)
void SetBotVersion(BotVersionT &&value)
StopBotAnalyzerResult & WithBotAnalyzerRequestId(BotAnalyzerRequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue