7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/lexv2-models/model/ConversationLogSettings.h>
11#include <aws/lexv2-models/model/SentimentAnalysisSettings.h>
12#include <aws/lexv2-models/model/BotAliasStatus.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/lexv2-models/model/BotAliasLocaleSettings.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename BotAliasIdT = Aws::String>
47 void SetBotAliasId(BotAliasIdT&& value) { m_botAliasIdHasBeenSet =
true; m_botAliasId = std::forward<BotAliasIdT>(value); }
48 template<
typename BotAliasIdT = Aws::String>
57 template<
typename BotAliasNameT = Aws::String>
58 void SetBotAliasName(BotAliasNameT&& value) { m_botAliasNameHasBeenSet =
true; m_botAliasName = std::forward<BotAliasNameT>(value); }
59 template<
typename BotAliasNameT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
79 template<
typename BotVersionT = Aws::String>
80 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
81 template<
typename BotVersionT = Aws::String>
90 template<
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
91 void SetBotAliasLocaleSettings(BotAliasLocaleSettingsT&& value) { m_botAliasLocaleSettingsHasBeenSet =
true; m_botAliasLocaleSettings = std::forward<BotAliasLocaleSettingsT>(value); }
92 template<
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
94 template<
typename BotAliasLocaleSettingsKeyT = Aws::String,
typename BotAliasLocaleSettingsValueT = BotAliasLocaleSettings>
96 m_botAliasLocaleSettingsHasBeenSet =
true; m_botAliasLocaleSettings.emplace(std::forward<BotAliasLocaleSettingsKeyT>(key), std::forward<BotAliasLocaleSettingsValueT>(value));
return *
this;
106 template<
typename ConversationLogSettingsT = ConversationLogSettings>
107 void SetConversationLogSettings(ConversationLogSettingsT&& value) { m_conversationLogSettingsHasBeenSet =
true; m_conversationLogSettings = std::forward<ConversationLogSettingsT>(value); }
108 template<
typename ConversationLogSettingsT = ConversationLogSettings>
115 template<
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
116 void SetSentimentAnalysisSettings(SentimentAnalysisSettingsT&& value) { m_sentimentAnalysisSettingsHasBeenSet =
true; m_sentimentAnalysisSettings = std::forward<SentimentAnalysisSettingsT>(value); }
117 template<
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
136 template<
typename BotIdT = Aws::String>
137 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
138 template<
typename BotIdT = Aws::String>
147 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
148 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
149 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
158 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
159 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
160 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
167 template<
typename RequestIdT = Aws::String>
168 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
169 template<
typename RequestIdT = Aws::String>
175 bool m_botAliasIdHasBeenSet =
false;
178 bool m_botAliasNameHasBeenSet =
false;
181 bool m_descriptionHasBeenSet =
false;
184 bool m_botVersionHasBeenSet =
false;
187 bool m_botAliasLocaleSettingsHasBeenSet =
false;
190 bool m_conversationLogSettingsHasBeenSet =
false;
193 bool m_sentimentAnalysisSettingsHasBeenSet =
false;
196 bool m_botAliasStatusHasBeenSet =
false;
199 bool m_botIdHasBeenSet =
false;
202 bool m_creationDateTimeHasBeenSet =
false;
205 bool m_lastUpdatedDateTimeHasBeenSet =
false;
208 bool m_requestIdHasBeenSet =
false;
UpdateBotAliasResult & WithSentimentAnalysisSettings(SentimentAnalysisSettingsT &&value)
UpdateBotAliasResult & WithBotAliasId(BotAliasIdT &&value)
void SetBotId(BotIdT &&value)
UpdateBotAliasResult & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetDescription() const
void SetBotAliasLocaleSettings(BotAliasLocaleSettingsT &&value)
const Aws::String & GetRequestId() const
AWS_LEXMODELSV2_API UpdateBotAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, BotAliasLocaleSettings > & GetBotAliasLocaleSettings() const
void SetConversationLogSettings(ConversationLogSettingsT &&value)
UpdateBotAliasResult & WithBotAliasName(BotAliasNameT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
UpdateBotAliasResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API UpdateBotAliasResult()=default
UpdateBotAliasResult & AddBotAliasLocaleSettings(BotAliasLocaleSettingsKeyT &&key, BotAliasLocaleSettingsValueT &&value)
UpdateBotAliasResult & WithBotId(BotIdT &&value)
UpdateBotAliasResult & WithDescription(DescriptionT &&value)
const Aws::String & GetBotAliasName() const
const Aws::Utils::DateTime & GetCreationDateTime() const
const SentimentAnalysisSettings & GetSentimentAnalysisSettings() const
void SetBotAliasStatus(BotAliasStatus value)
UpdateBotAliasResult & WithBotVersion(BotVersionT &&value)
UpdateBotAliasResult & WithBotAliasStatus(BotAliasStatus value)
void SetSentimentAnalysisSettings(SentimentAnalysisSettingsT &&value)
const Aws::String & GetBotId() const
const ConversationLogSettings & GetConversationLogSettings() const
const Aws::String & GetBotAliasId() const
void SetDescription(DescriptionT &&value)
void SetBotAliasId(BotAliasIdT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
BotAliasStatus GetBotAliasStatus() const
void SetBotAliasName(BotAliasNameT &&value)
void SetRequestId(RequestIdT &&value)
UpdateBotAliasResult & WithBotAliasLocaleSettings(BotAliasLocaleSettingsT &&value)
UpdateBotAliasResult & WithRequestId(RequestIdT &&value)
AWS_LEXMODELSV2_API UpdateBotAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBotAliasResult & WithConversationLogSettings(ConversationLogSettingsT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue