7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.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/BotMember.h>
13#include <aws/lexv2-models/model/BotStatus.h>
14#include <aws/lexv2-models/model/BotType.h>
15#include <aws/lexv2-models/model/DataPrivacy.h>
16#include <aws/lexv2-models/model/ParentBotNetwork.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace LexModelsV2 {
42 template <
typename BotIdT = Aws::String>
44 m_botIdHasBeenSet =
true;
45 m_botId = std::forward<BotIdT>(value);
47 template <
typename BotIdT = Aws::String>
49 SetBotId(std::forward<BotIdT>(value));
59 template <
typename BotNameT = Aws::String>
61 m_botNameHasBeenSet =
true;
62 m_botName = std::forward<BotNameT>(value);
64 template <
typename BotNameT = Aws::String>
76 template <
typename BotVersionT = Aws::String>
78 m_botVersionHasBeenSet =
true;
79 m_botVersion = std::forward<BotVersionT>(value);
81 template <
typename BotVersionT = Aws::String>
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
111 template <
typename RoleArnT = Aws::String>
113 m_roleArnHasBeenSet =
true;
114 m_roleArn = std::forward<RoleArnT>(value);
116 template <
typename RoleArnT = Aws::String>
128 template <
typename DataPrivacyT = DataPrivacy>
130 m_dataPrivacyHasBeenSet =
true;
131 m_dataPrivacy = std::forward<DataPrivacyT>(value);
133 template <
typename DataPrivacyT = DataPrivacy>
147 m_idleSessionTTLInSecondsHasBeenSet =
true;
148 m_idleSessionTTLInSeconds = value;
163 m_botStatusHasBeenSet =
true;
178 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
180 m_failureReasonsHasBeenSet =
true;
181 m_failureReasons = std::forward<FailureReasonsT>(value);
183 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
188 template <
typename FailureReasonsT = Aws::String>
190 m_failureReasonsHasBeenSet =
true;
191 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
201 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
203 m_creationDateTimeHasBeenSet =
true;
204 m_creationDateTime = std::forward<CreationDateTimeT>(value);
206 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
218 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
220 m_parentBotNetworksHasBeenSet =
true;
221 m_parentBotNetworks = std::forward<ParentBotNetworksT>(value);
223 template <
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
228 template <
typename ParentBotNetworksT = ParentBotNetwork>
230 m_parentBotNetworksHasBeenSet =
true;
231 m_parentBotNetworks.emplace_back(std::forward<ParentBotNetworksT>(value));
242 m_botTypeHasBeenSet =
true;
256 template <
typename BotMembersT = Aws::Vector<BotMember>>
258 m_botMembersHasBeenSet =
true;
259 m_botMembers = std::forward<BotMembersT>(value);
261 template <
typename BotMembersT = Aws::Vector<BotMember>>
266 template <
typename BotMembersT = BotMember>
268 m_botMembersHasBeenSet =
true;
269 m_botMembers.emplace_back(std::forward<BotMembersT>(value));
277 template <
typename RequestIdT = Aws::String>
279 m_requestIdHasBeenSet =
true;
280 m_requestId = std::forward<RequestIdT>(value);
282 template <
typename RequestIdT = Aws::String>
303 int m_idleSessionTTLInSeconds{0};
319 bool m_botIdHasBeenSet =
false;
320 bool m_botNameHasBeenSet =
false;
321 bool m_botVersionHasBeenSet =
false;
322 bool m_descriptionHasBeenSet =
false;
323 bool m_roleArnHasBeenSet =
false;
324 bool m_dataPrivacyHasBeenSet =
false;
325 bool m_idleSessionTTLInSecondsHasBeenSet =
false;
326 bool m_botStatusHasBeenSet =
false;
327 bool m_failureReasonsHasBeenSet =
false;
328 bool m_creationDateTimeHasBeenSet =
false;
329 bool m_parentBotNetworksHasBeenSet =
false;
330 bool m_botTypeHasBeenSet =
false;
331 bool m_botMembersHasBeenSet =
false;
332 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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