7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
13#include <aws/lexv2-models/model/BotAliasHistoryEvent.h>
14#include <aws/lexv2-models/model/BotAliasLocaleSettings.h>
15#include <aws/lexv2-models/model/BotAliasStatus.h>
16#include <aws/lexv2-models/model/ConversationLogSettings.h>
17#include <aws/lexv2-models/model/ParentBotNetwork.h>
18#include <aws/lexv2-models/model/SentimentAnalysisSettings.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace LexModelsV2 {
44 template <
typename BotAliasIdT = Aws::String>
46 m_botAliasIdHasBeenSet =
true;
47 m_botAliasId = std::forward<BotAliasIdT>(value);
49 template <
typename BotAliasIdT = Aws::String>
61 template <
typename BotAliasNameT = Aws::String>
63 m_botAliasNameHasBeenSet =
true;
64 m_botAliasName = std::forward<BotAliasNameT>(value);
66 template <
typename BotAliasNameT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
95 template <
typename BotVersionT = Aws::String>
97 m_botVersionHasBeenSet =
true;
98 m_botVersion = std::forward<BotVersionT>(value);
100 template <
typename BotVersionT = Aws::String>
112 template <
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
114 m_botAliasLocaleSettingsHasBeenSet =
true;
115 m_botAliasLocaleSettings = std::forward<BotAliasLocaleSettingsT>(value);
117 template <
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
122 template <
typename BotAliasLocaleSettingsKeyT = Aws::String,
typename BotAliasLocaleSettingsValueT = BotAliasLocaleSettings>
124 m_botAliasLocaleSettingsHasBeenSet =
true;
125 m_botAliasLocaleSettings.emplace(std::forward<BotAliasLocaleSettingsKeyT>(key), std::forward<BotAliasLocaleSettingsValueT>(value));
136 template <
typename ConversationLogSettingsT = ConversationLogSettings>
138 m_conversationLogSettingsHasBeenSet =
true;
139 m_conversationLogSettings = std::forward<ConversationLogSettingsT>(value);
141 template <
typename ConversationLogSettingsT = ConversationLogSettings>
151 template <
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
153 m_sentimentAnalysisSettingsHasBeenSet =
true;
154 m_sentimentAnalysisSettings = std::forward<SentimentAnalysisSettingsT>(value);
156 template <
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
169 template <
typename BotAliasHistoryEventsT = Aws::Vector<BotAliasHistoryEvent>>
171 m_botAliasHistoryEventsHasBeenSet =
true;
172 m_botAliasHistoryEvents = std::forward<BotAliasHistoryEventsT>(value);
174 template <
typename BotAliasHistoryEventsT = Aws::Vector<BotAliasHistoryEvent>>
179 template <
typename BotAliasHistoryEventsT = BotAliasHistoryEvent>
181 m_botAliasHistoryEventsHasBeenSet =
true;
182 m_botAliasHistoryEvents.emplace_back(std::forward<BotAliasHistoryEventsT>(value));
194 m_botAliasStatusHasBeenSet =
true;
195 m_botAliasStatus = value;
208 template <
typename BotIdT = Aws::String>
210 m_botIdHasBeenSet =
true;
211 m_botId = std::forward<BotIdT>(value);
213 template <
typename BotIdT = Aws::String>
215 SetBotId(std::forward<BotIdT>(value));
225 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
227 m_creationDateTimeHasBeenSet =
true;
228 m_creationDateTime = std::forward<CreationDateTimeT>(value);
230 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
242 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
244 m_lastUpdatedDateTimeHasBeenSet =
true;
245 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
247 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
259 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
261 m_parentBotNetworksHasBeenSet =
true;
262 m_parentBotNetworks = std::forward<ParentBotNetworksT>(value);
264 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
269 template <
typename ParentBotNetworksT = ParentBotNetwork>
271 m_parentBotNetworksHasBeenSet =
true;
272 m_parentBotNetworks.emplace_back(std::forward<ParentBotNetworksT>(value));
280 template <
typename RequestIdT = Aws::String>
282 m_requestIdHasBeenSet =
true;
283 m_requestId = std::forward<RequestIdT>(value);
285 template <
typename RequestIdT = Aws::String>
322 bool m_botAliasIdHasBeenSet =
false;
323 bool m_botAliasNameHasBeenSet =
false;
324 bool m_descriptionHasBeenSet =
false;
325 bool m_botVersionHasBeenSet =
false;
326 bool m_botAliasLocaleSettingsHasBeenSet =
false;
327 bool m_conversationLogSettingsHasBeenSet =
false;
328 bool m_sentimentAnalysisSettingsHasBeenSet =
false;
329 bool m_botAliasHistoryEventsHasBeenSet =
false;
330 bool m_botAliasStatusHasBeenSet =
false;
331 bool m_botIdHasBeenSet =
false;
332 bool m_creationDateTimeHasBeenSet =
false;
333 bool m_lastUpdatedDateTimeHasBeenSet =
false;
334 bool m_parentBotNetworksHasBeenSet =
false;
335 bool m_requestIdHasBeenSet =
false;
DescribeBotAliasResult & WithBotAliasId(BotAliasIdT &&value)
void SetSentimentAnalysisSettings(SentimentAnalysisSettingsT &&value)
const ConversationLogSettings & GetConversationLogSettings() const
DescribeBotAliasResult & WithBotAliasHistoryEvents(BotAliasHistoryEventsT &&value)
const Aws::Vector< ParentBotNetwork > & GetParentBotNetworks() const
AWS_LEXMODELSV2_API DescribeBotAliasResult()=default
DescribeBotAliasResult & WithDescription(DescriptionT &&value)
const Aws::Map< Aws::String, BotAliasLocaleSettings > & GetBotAliasLocaleSettings() const
AWS_LEXMODELSV2_API DescribeBotAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBotAliasResult & WithBotAliasStatus(BotAliasStatus value)
DescribeBotAliasResult & WithConversationLogSettings(ConversationLogSettingsT &&value)
const Aws::Vector< BotAliasHistoryEvent > & GetBotAliasHistoryEvents() const
void SetBotAliasId(BotAliasIdT &&value)
DescribeBotAliasResult & WithBotId(BotIdT &&value)
DescribeBotAliasResult & AddBotAliasLocaleSettings(BotAliasLocaleSettingsKeyT &&key, BotAliasLocaleSettingsValueT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_LEXMODELSV2_API DescribeBotAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBotAliasHistoryEvents(BotAliasHistoryEventsT &&value)
DescribeBotAliasResult & WithParentBotNetworks(ParentBotNetworksT &&value)
void SetConversationLogSettings(ConversationLogSettingsT &&value)
DescribeBotAliasResult & AddBotAliasHistoryEvents(BotAliasHistoryEventsT &&value)
DescribeBotAliasResult & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::String & GetBotVersion() const
void SetParentBotNetworks(ParentBotNetworksT &&value)
void SetBotAliasLocaleSettings(BotAliasLocaleSettingsT &&value)
const SentimentAnalysisSettings & GetSentimentAnalysisSettings() const
BotAliasStatus GetBotAliasStatus() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetBotAliasStatus(BotAliasStatus value)
DescribeBotAliasResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DescribeBotAliasResult & WithBotAliasLocaleSettings(BotAliasLocaleSettingsT &&value)
const Aws::String & GetRequestId() const
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
DescribeBotAliasResult & AddParentBotNetworks(ParentBotNetworksT &&value)
DescribeBotAliasResult & WithBotVersion(BotVersionT &&value)
const Aws::String & GetBotAliasId() const
DescribeBotAliasResult & WithRequestId(RequestIdT &&value)
void SetBotId(BotIdT &&value)
DescribeBotAliasResult & WithSentimentAnalysisSettings(SentimentAnalysisSettingsT &&value)
DescribeBotAliasResult & WithBotAliasName(BotAliasNameT &&value)
void SetBotAliasName(BotAliasNameT &&value)
const Aws::String & GetBotAliasName() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue