7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/BotAnalyzerStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LexModelsV2 {
37 template <
typename BotIdT = Aws::String>
39 m_botIdHasBeenSet =
true;
40 m_botId = std::forward<BotIdT>(value);
42 template <
typename BotIdT = Aws::String>
44 SetBotId(std::forward<BotIdT>(value));
54 template <
typename BotVersionT = Aws::String>
56 m_botVersionHasBeenSet =
true;
57 m_botVersion = std::forward<BotVersionT>(value);
59 template <
typename BotVersionT = Aws::String>
71 template <
typename LocaleIdT = Aws::String>
73 m_localeIdHasBeenSet =
true;
74 m_localeId = std::forward<LocaleIdT>(value);
76 template <
typename LocaleIdT = Aws::String>
91 m_botAnalyzerStatusHasBeenSet =
true;
92 m_botAnalyzerStatus = value;
106 template <
typename BotAnalyzerRequestIdT = Aws::String>
108 m_botAnalyzerRequestIdHasBeenSet =
true;
109 m_botAnalyzerRequestId = std::forward<BotAnalyzerRequestIdT>(value);
111 template <
typename BotAnalyzerRequestIdT = Aws::String>
123 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
125 m_creationDateTimeHasBeenSet =
true;
126 m_creationDateTime = std::forward<CreationDateTimeT>(value);
128 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
138 template <
typename RequestIdT = Aws::String>
140 m_requestIdHasBeenSet =
true;
141 m_requestId = std::forward<RequestIdT>(value);
143 template <
typename RequestIdT = Aws::String>
166 bool m_botIdHasBeenSet =
false;
167 bool m_botVersionHasBeenSet =
false;
168 bool m_localeIdHasBeenSet =
false;
169 bool m_botAnalyzerStatusHasBeenSet =
false;
170 bool m_botAnalyzerRequestIdHasBeenSet =
false;
171 bool m_creationDateTimeHasBeenSet =
false;
172 bool m_requestIdHasBeenSet =
false;
StartBotAnalyzerResult & WithBotId(BotIdT &&value)
const Aws::String & GetLocaleId() const
void SetBotAnalyzerRequestId(BotAnalyzerRequestIdT &&value)
const Aws::String & GetRequestId() const
void SetBotId(BotIdT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetLocaleId(LocaleIdT &&value)
StartBotAnalyzerResult & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetBotAnalyzerRequestId() const
const Aws::String & GetBotVersion() const
StartBotAnalyzerResult & WithBotAnalyzerRequestId(BotAnalyzerRequestIdT &&value)
AWS_LEXMODELSV2_API StartBotAnalyzerResult()=default
StartBotAnalyzerResult & WithBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API StartBotAnalyzerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
StartBotAnalyzerResult & WithBotAnalyzerStatus(BotAnalyzerStatus value)
const Aws::String & GetBotId() const
AWS_LEXMODELSV2_API StartBotAnalyzerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
StartBotAnalyzerResult & WithLocaleId(LocaleIdT &&value)
void SetBotVersion(BotVersionT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
StartBotAnalyzerResult & WithRequestId(RequestIdT &&value)
void SetBotAnalyzerStatus(BotAnalyzerStatus value)
BotAnalyzerStatus GetBotAnalyzerStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue