7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
12#include <aws/lexv2-models/model/BotAliasHistoryEvent.h>
13#include <aws/lexv2-models/model/BotAliasLocaleSettings.h>
14#include <aws/lexv2-models/model/BotAliasStatus.h>
15#include <aws/lexv2-models/model/ConversationLogSettings.h>
16#include <aws/lexv2-models/model/ParentBotNetwork.h>
17#include <aws/lexv2-models/model/SentimentAnalysisSettings.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
30namespace LexModelsV2 {
43 template <
typename BotAliasIdT = Aws::String>
45 m_botAliasIdHasBeenSet =
true;
46 m_botAliasId = std::forward<BotAliasIdT>(value);
48 template <
typename BotAliasIdT = Aws::String>
60 template <
typename BotAliasNameT = Aws::String>
62 m_botAliasNameHasBeenSet =
true;
63 m_botAliasName = std::forward<BotAliasNameT>(value);
65 template <
typename BotAliasNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 template <
typename BotVersionT = Aws::String>
96 m_botVersionHasBeenSet =
true;
97 m_botVersion = std::forward<BotVersionT>(value);
99 template <
typename BotVersionT = Aws::String>
111 template <
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
113 m_botAliasLocaleSettingsHasBeenSet =
true;
114 m_botAliasLocaleSettings = std::forward<BotAliasLocaleSettingsT>(value);
116 template <
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
121 template <
typename BotAliasLocaleSettingsKeyT = Aws::String,
typename BotAliasLocaleSettingsValueT = BotAliasLocaleSettings>
123 m_botAliasLocaleSettingsHasBeenSet =
true;
124 m_botAliasLocaleSettings.emplace(std::forward<BotAliasLocaleSettingsKeyT>(key), std::forward<BotAliasLocaleSettingsValueT>(value));
135 template <
typename ConversationLogSettingsT = ConversationLogSettings>
137 m_conversationLogSettingsHasBeenSet =
true;
138 m_conversationLogSettings = std::forward<ConversationLogSettingsT>(value);
140 template <
typename ConversationLogSettingsT = ConversationLogSettings>
150 template <
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
152 m_sentimentAnalysisSettingsHasBeenSet =
true;
153 m_sentimentAnalysisSettings = std::forward<SentimentAnalysisSettingsT>(value);
155 template <
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
168 template <
typename BotAliasHistoryEventsT = Aws::Vector<BotAliasHistoryEvent>>
170 m_botAliasHistoryEventsHasBeenSet =
true;
171 m_botAliasHistoryEvents = std::forward<BotAliasHistoryEventsT>(value);
173 template <
typename BotAliasHistoryEventsT = Aws::Vector<BotAliasHistoryEvent>>
178 template <
typename BotAliasHistoryEventsT = BotAliasHistoryEvent>
180 m_botAliasHistoryEventsHasBeenSet =
true;
181 m_botAliasHistoryEvents.emplace_back(std::forward<BotAliasHistoryEventsT>(value));
193 m_botAliasStatusHasBeenSet =
true;
194 m_botAliasStatus = value;
207 template <
typename BotIdT = Aws::String>
209 m_botIdHasBeenSet =
true;
210 m_botId = std::forward<BotIdT>(value);
212 template <
typename BotIdT = Aws::String>
214 SetBotId(std::forward<BotIdT>(value));
224 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
226 m_creationDateTimeHasBeenSet =
true;
227 m_creationDateTime = std::forward<CreationDateTimeT>(value);
229 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
241 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
243 m_lastUpdatedDateTimeHasBeenSet =
true;
244 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
246 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
258 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
260 m_parentBotNetworksHasBeenSet =
true;
261 m_parentBotNetworks = std::forward<ParentBotNetworksT>(value);
263 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
268 template <
typename ParentBotNetworksT = ParentBotNetwork>
270 m_parentBotNetworksHasBeenSet =
true;
271 m_parentBotNetworks.emplace_back(std::forward<ParentBotNetworksT>(value));
279 template <
typename RequestIdT = Aws::String>
281 m_requestIdHasBeenSet =
true;
282 m_requestId = std::forward<RequestIdT>(value);
284 template <
typename RequestIdT = Aws::String>
318 bool m_botAliasIdHasBeenSet =
false;
319 bool m_botAliasNameHasBeenSet =
false;
320 bool m_descriptionHasBeenSet =
false;
321 bool m_botVersionHasBeenSet =
false;
322 bool m_botAliasLocaleSettingsHasBeenSet =
false;
323 bool m_conversationLogSettingsHasBeenSet =
false;
324 bool m_sentimentAnalysisSettingsHasBeenSet =
false;
325 bool m_botAliasHistoryEventsHasBeenSet =
false;
326 bool m_botAliasStatusHasBeenSet =
false;
327 bool m_botIdHasBeenSet =
false;
328 bool m_creationDateTimeHasBeenSet =
false;
329 bool m_lastUpdatedDateTimeHasBeenSet =
false;
330 bool m_parentBotNetworksHasBeenSet =
false;
331 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)
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