7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotRecommendationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/lexv2-models/model/TranscriptSourceSetting.h>
12#include <aws/lexv2-models/model/EncryptionSetting.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template<
typename BotIdT = Aws::String>
46 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
47 template<
typename BotIdT = Aws::String>
57 template<
typename BotVersionT = Aws::String>
58 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
59 template<
typename BotVersionT = Aws::String>
72 template<
typename LocaleIdT = Aws::String>
73 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
74 template<
typename LocaleIdT = Aws::String>
93 template<
typename BotRecommendationIdT = Aws::String>
94 void SetBotRecommendationId(BotRecommendationIdT&& value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId = std::forward<BotRecommendationIdT>(value); }
95 template<
typename BotRecommendationIdT = Aws::String>
104 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
105 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
106 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
116 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
117 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
118 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
128 template<
typename TranscriptSourceSettingT = TranscriptSourceSetting>
129 void SetTranscriptSourceSetting(TranscriptSourceSettingT&& value) { m_transcriptSourceSettingHasBeenSet =
true; m_transcriptSourceSetting = std::forward<TranscriptSourceSettingT>(value); }
130 template<
typename TranscriptSourceSettingT = TranscriptSourceSetting>
141 template<
typename EncryptionSettingT = EncryptionSetting>
142 void SetEncryptionSetting(EncryptionSettingT&& value) { m_encryptionSettingHasBeenSet =
true; m_encryptionSetting = std::forward<EncryptionSettingT>(value); }
143 template<
typename EncryptionSettingT = EncryptionSetting>
150 template<
typename RequestIdT = Aws::String>
151 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
152 template<
typename RequestIdT = Aws::String>
158 bool m_botIdHasBeenSet =
false;
161 bool m_botVersionHasBeenSet =
false;
164 bool m_localeIdHasBeenSet =
false;
167 bool m_botRecommendationStatusHasBeenSet =
false;
170 bool m_botRecommendationIdHasBeenSet =
false;
173 bool m_creationDateTimeHasBeenSet =
false;
176 bool m_lastUpdatedDateTimeHasBeenSet =
false;
178 TranscriptSourceSetting m_transcriptSourceSetting;
179 bool m_transcriptSourceSettingHasBeenSet =
false;
181 EncryptionSetting m_encryptionSetting;
182 bool m_encryptionSettingHasBeenSet =
false;
185 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)
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