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/core/utils/memory/stl/AWSVector.h>
13#include <aws/lexv2-models/model/BotAliasStatus.h>
14#include <aws/core/utils/DateTime.h>
15#include <aws/lexv2-models/model/BotAliasLocaleSettings.h>
16#include <aws/lexv2-models/model/BotAliasHistoryEvent.h>
17#include <aws/lexv2-models/model/ParentBotNetwork.h>
22template<
typename RESULT_TYPE>
23class AmazonWebServiceResult;
49 template<
typename BotAliasIdT = Aws::String>
50 void SetBotAliasId(BotAliasIdT&& value) { m_botAliasIdHasBeenSet =
true; m_botAliasId = std::forward<BotAliasIdT>(value); }
51 template<
typename BotAliasIdT = Aws::String>
60 template<
typename BotAliasNameT = Aws::String>
61 void SetBotAliasName(BotAliasNameT&& value) { m_botAliasNameHasBeenSet =
true; m_botAliasName = std::forward<BotAliasNameT>(value); }
62 template<
typename BotAliasNameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
82 template<
typename BotVersionT = Aws::String>
83 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
84 template<
typename BotVersionT = Aws::String>
93 template<
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
94 void SetBotAliasLocaleSettings(BotAliasLocaleSettingsT&& value) { m_botAliasLocaleSettingsHasBeenSet =
true; m_botAliasLocaleSettings = std::forward<BotAliasLocaleSettingsT>(value); }
95 template<
typename BotAliasLocaleSettingsT = Aws::Map<Aws::String, BotAliasLocaleSettings>>
97 template<
typename BotAliasLocaleSettingsKeyT = Aws::String,
typename BotAliasLocaleSettingsValueT = BotAliasLocaleSettings>
99 m_botAliasLocaleSettingsHasBeenSet =
true; m_botAliasLocaleSettings.emplace(std::forward<BotAliasLocaleSettingsKeyT>(key), std::forward<BotAliasLocaleSettingsValueT>(value));
return *
this;
109 template<
typename ConversationLogSettingsT = ConversationLogSettings>
110 void SetConversationLogSettings(ConversationLogSettingsT&& value) { m_conversationLogSettingsHasBeenSet =
true; m_conversationLogSettings = std::forward<ConversationLogSettingsT>(value); }
111 template<
typename ConversationLogSettingsT = ConversationLogSettings>
118 template<
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
119 void SetSentimentAnalysisSettings(SentimentAnalysisSettingsT&& value) { m_sentimentAnalysisSettingsHasBeenSet =
true; m_sentimentAnalysisSettings = std::forward<SentimentAnalysisSettingsT>(value); }
120 template<
typename SentimentAnalysisSettingsT = SentimentAnalysisSettings>
130 template<
typename BotAliasHistoryEventsT = Aws::Vector<BotAliasHistoryEvent>>
131 void SetBotAliasHistoryEvents(BotAliasHistoryEventsT&& value) { m_botAliasHistoryEventsHasBeenSet =
true; m_botAliasHistoryEvents = std::forward<BotAliasHistoryEventsT>(value); }
132 template<
typename BotAliasHistoryEventsT = Aws::Vector<BotAliasHistoryEvent>>
134 template<
typename BotAliasHistoryEventsT = BotAliasHistoryEvent>
153 template<
typename BotIdT = Aws::String>
154 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
155 template<
typename BotIdT = Aws::String>
164 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
165 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
166 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
175 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
176 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
177 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
186 template<
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
187 void SetParentBotNetworks(ParentBotNetworksT&& value) { m_parentBotNetworksHasBeenSet =
true; m_parentBotNetworks = std::forward<ParentBotNetworksT>(value); }
188 template<
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
190 template<
typename ParentBotNetworksT = ParentBotNetwork>
197 template<
typename RequestIdT = Aws::String>
198 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
199 template<
typename RequestIdT = Aws::String>
205 bool m_botAliasIdHasBeenSet =
false;
208 bool m_botAliasNameHasBeenSet =
false;
211 bool m_descriptionHasBeenSet =
false;
214 bool m_botVersionHasBeenSet =
false;
217 bool m_botAliasLocaleSettingsHasBeenSet =
false;
220 bool m_conversationLogSettingsHasBeenSet =
false;
223 bool m_sentimentAnalysisSettingsHasBeenSet =
false;
226 bool m_botAliasHistoryEventsHasBeenSet =
false;
229 bool m_botAliasStatusHasBeenSet =
false;
232 bool m_botIdHasBeenSet =
false;
235 bool m_creationDateTimeHasBeenSet =
false;
238 bool m_lastUpdatedDateTimeHasBeenSet =
false;
241 bool m_parentBotNetworksHasBeenSet =
false;
244 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