7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/BotMember.h>
12#include <aws/lexv2-models/model/BotStatus.h>
13#include <aws/lexv2-models/model/BotType.h>
14#include <aws/lexv2-models/model/DataPrivacy.h>
15#include <aws/lexv2-models/model/ParentBotNetwork.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace LexModelsV2 {
41 template <
typename BotIdT = Aws::String>
43 m_botIdHasBeenSet =
true;
44 m_botId = std::forward<BotIdT>(value);
46 template <
typename BotIdT = Aws::String>
48 SetBotId(std::forward<BotIdT>(value));
58 template <
typename BotNameT = Aws::String>
60 m_botNameHasBeenSet =
true;
61 m_botName = std::forward<BotNameT>(value);
63 template <
typename BotNameT = Aws::String>
75 template <
typename BotVersionT = Aws::String>
77 m_botVersionHasBeenSet =
true;
78 m_botVersion = std::forward<BotVersionT>(value);
80 template <
typename BotVersionT = Aws::String>
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
110 template <
typename RoleArnT = Aws::String>
112 m_roleArnHasBeenSet =
true;
113 m_roleArn = std::forward<RoleArnT>(value);
115 template <
typename RoleArnT = Aws::String>
127 template <
typename DataPrivacyT = DataPrivacy>
129 m_dataPrivacyHasBeenSet =
true;
130 m_dataPrivacy = std::forward<DataPrivacyT>(value);
132 template <
typename DataPrivacyT = DataPrivacy>
146 m_idleSessionTTLInSecondsHasBeenSet =
true;
147 m_idleSessionTTLInSeconds = value;
162 m_botStatusHasBeenSet =
true;
177 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
179 m_failureReasonsHasBeenSet =
true;
180 m_failureReasons = std::forward<FailureReasonsT>(value);
182 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
187 template <
typename FailureReasonsT = Aws::String>
189 m_failureReasonsHasBeenSet =
true;
190 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
200 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
202 m_creationDateTimeHasBeenSet =
true;
203 m_creationDateTime = std::forward<CreationDateTimeT>(value);
205 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
217 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
219 m_parentBotNetworksHasBeenSet =
true;
220 m_parentBotNetworks = std::forward<ParentBotNetworksT>(value);
222 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
227 template <
typename ParentBotNetworksT = ParentBotNetwork>
229 m_parentBotNetworksHasBeenSet =
true;
230 m_parentBotNetworks.emplace_back(std::forward<ParentBotNetworksT>(value));
241 m_botTypeHasBeenSet =
true;
255 template <
typename BotMembersT = Aws::Vector<BotMember>>
257 m_botMembersHasBeenSet =
true;
258 m_botMembers = std::forward<BotMembersT>(value);
260 template <
typename BotMembersT = Aws::Vector<BotMember>>
265 template <
typename BotMembersT = BotMember>
267 m_botMembersHasBeenSet =
true;
268 m_botMembers.emplace_back(std::forward<BotMembersT>(value));
276 template <
typename RequestIdT = Aws::String>
278 m_requestIdHasBeenSet =
true;
279 m_requestId = std::forward<RequestIdT>(value);
281 template <
typename RequestIdT = Aws::String>
300 int m_idleSessionTTLInSeconds{0};
315 bool m_botIdHasBeenSet =
false;
316 bool m_botNameHasBeenSet =
false;
317 bool m_botVersionHasBeenSet =
false;
318 bool m_descriptionHasBeenSet =
false;
319 bool m_roleArnHasBeenSet =
false;
320 bool m_dataPrivacyHasBeenSet =
false;
321 bool m_idleSessionTTLInSecondsHasBeenSet =
false;
322 bool m_botStatusHasBeenSet =
false;
323 bool m_failureReasonsHasBeenSet =
false;
324 bool m_creationDateTimeHasBeenSet =
false;
325 bool m_parentBotNetworksHasBeenSet =
false;
326 bool m_botTypeHasBeenSet =
false;
327 bool m_botMembersHasBeenSet =
false;
328 bool m_requestIdHasBeenSet =
false;
BotStatus GetBotStatus() const
const Aws::String & GetRoleArn() const
void SetRequestId(RequestIdT &&value)
AWS_LEXMODELSV2_API DescribeBotVersionResult()=default
BotType GetBotType() const
void SetBotId(BotIdT &&value)
void SetBotMembers(BotMembersT &&value)
const Aws::Vector< BotMember > & GetBotMembers() const
const Aws::String & GetBotId() const
DescribeBotVersionResult & WithBotId(BotIdT &&value)
DescribeBotVersionResult & WithBotName(BotNameT &&value)
const Aws::Vector< Aws::String > & GetFailureReasons() const
DescribeBotVersionResult & WithParentBotNetworks(ParentBotNetworksT &&value)
const Aws::Vector< ParentBotNetwork > & GetParentBotNetworks() const
DescribeBotVersionResult & WithBotStatus(BotStatus value)
DescribeBotVersionResult & WithRequestId(RequestIdT &&value)
void SetIdleSessionTTLInSeconds(int value)
const Aws::String & GetBotName() const
DescribeBotVersionResult & WithRoleArn(RoleArnT &&value)
DescribeBotVersionResult & WithBotType(BotType value)
DescribeBotVersionResult & WithBotMembers(BotMembersT &&value)
DescribeBotVersionResult & WithBotVersion(BotVersionT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetBotVersion(BotVersionT &&value)
DescribeBotVersionResult & AddFailureReasons(FailureReasonsT &&value)
void SetBotType(BotType value)
const Aws::String & GetDescription() const
const DataPrivacy & GetDataPrivacy() const
void SetBotStatus(BotStatus value)
DescribeBotVersionResult & WithCreationDateTime(CreationDateTimeT &&value)
void SetFailureReasons(FailureReasonsT &&value)
DescribeBotVersionResult & WithIdleSessionTTLInSeconds(int value)
DescribeBotVersionResult & AddBotMembers(BotMembersT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetBotName(BotNameT &&value)
void SetDescription(DescriptionT &&value)
int GetIdleSessionTTLInSeconds() const
DescribeBotVersionResult & WithDescription(DescriptionT &&value)
DescribeBotVersionResult & WithDataPrivacy(DataPrivacyT &&value)
DescribeBotVersionResult & WithFailureReasons(FailureReasonsT &&value)
void SetParentBotNetworks(ParentBotNetworksT &&value)
const Aws::String & GetRequestId() const
void SetDataPrivacy(DataPrivacyT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_LEXMODELSV2_API DescribeBotVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetBotVersion() const
DescribeBotVersionResult & AddParentBotNetworks(ParentBotNetworksT &&value)
AWS_LEXMODELSV2_API DescribeBotVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue