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/BotRecommendationStatus.h>
12#include <aws/lexv2-models/model/EncryptionSetting.h>
13#include <aws/lexv2-models/model/TranscriptSourceSetting.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace LexModelsV2 {
40 template <
typename BotIdT = Aws::String>
42 m_botIdHasBeenSet =
true;
43 m_botId = std::forward<BotIdT>(value);
45 template <
typename BotIdT = Aws::String>
47 SetBotId(std::forward<BotIdT>(value));
58 template <
typename BotVersionT = Aws::String>
60 m_botVersionHasBeenSet =
true;
61 m_botVersion = std::forward<BotVersionT>(value);
63 template <
typename BotVersionT = Aws::String>
79 template <
typename LocaleIdT = Aws::String>
81 m_localeIdHasBeenSet =
true;
82 m_localeId = std::forward<LocaleIdT>(value);
84 template <
typename LocaleIdT = Aws::String>
98 m_botRecommendationStatusHasBeenSet =
true;
99 m_botRecommendationStatus = value;
112 template <
typename BotRecommendationIdT = Aws::String>
114 m_botRecommendationIdHasBeenSet =
true;
115 m_botRecommendationId = std::forward<BotRecommendationIdT>(value);
117 template <
typename BotRecommendationIdT = Aws::String>
129 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
131 m_creationDateTimeHasBeenSet =
true;
132 m_creationDateTime = std::forward<CreationDateTimeT>(value);
134 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
147 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
149 m_lastUpdatedDateTimeHasBeenSet =
true;
150 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
152 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
165 template <
typename TranscriptSourceSettingT = TranscriptSourceSetting>
167 m_transcriptSourceSettingHasBeenSet =
true;
168 m_transcriptSourceSetting = std::forward<TranscriptSourceSettingT>(value);
170 template <
typename TranscriptSourceSettingT = TranscriptSourceSetting>
184 template <
typename EncryptionSettingT = EncryptionSetting>
186 m_encryptionSettingHasBeenSet =
true;
187 m_encryptionSetting = std::forward<EncryptionSettingT>(value);
189 template <
typename EncryptionSettingT = EncryptionSetting>
199 template <
typename RequestIdT = Aws::String>
201 m_requestIdHasBeenSet =
true;
202 m_requestId = std::forward<RequestIdT>(value);
204 template <
typename RequestIdT = Aws::String>
227 TranscriptSourceSetting m_transcriptSourceSetting;
229 EncryptionSetting m_encryptionSetting;
233 bool m_botIdHasBeenSet =
false;
234 bool m_botVersionHasBeenSet =
false;
235 bool m_localeIdHasBeenSet =
false;
236 bool m_botRecommendationStatusHasBeenSet =
false;
237 bool m_botRecommendationIdHasBeenSet =
false;
238 bool m_creationDateTimeHasBeenSet =
false;
239 bool m_lastUpdatedDateTimeHasBeenSet =
false;
240 bool m_transcriptSourceSettingHasBeenSet =
false;
241 bool m_encryptionSettingHasBeenSet =
false;
242 bool m_requestIdHasBeenSet =
false;
void SetBotId(BotIdT &&value)
BotRecommendationStatus GetBotRecommendationStatus() const
UpdateBotRecommendationResult & WithTranscriptSourceSetting(TranscriptSourceSettingT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetBotRecommendationId(BotRecommendationIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetLocaleId() const
UpdateBotRecommendationResult & WithBotRecommendationId(BotRecommendationIdT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
UpdateBotRecommendationResult & WithLocaleId(LocaleIdT &&value)
void SetTranscriptSourceSetting(TranscriptSourceSettingT &&value)
void SetEncryptionSetting(EncryptionSettingT &&value)
const EncryptionSetting & GetEncryptionSetting() const
UpdateBotRecommendationResult & WithRequestId(RequestIdT &&value)
UpdateBotRecommendationResult & WithEncryptionSetting(EncryptionSettingT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetBotRecommendationId() const
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetBotId() const
void SetBotRecommendationStatus(BotRecommendationStatus value)
AWS_LEXMODELSV2_API UpdateBotRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBotRecommendationResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
UpdateBotRecommendationResult & WithBotRecommendationStatus(BotRecommendationStatus value)
UpdateBotRecommendationResult & WithCreationDateTime(CreationDateTimeT &&value)
UpdateBotRecommendationResult & WithBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API UpdateBotRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBotRecommendationResult & WithBotId(BotIdT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_LEXMODELSV2_API UpdateBotRecommendationResult()=default
const Aws::String & GetRequestId() const
void SetLocaleId(LocaleIdT &&value)
const Aws::String & GetBotVersion() const
const TranscriptSourceSetting & GetTranscriptSourceSetting() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue