7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/DataPrivacy.h>
10#include <aws/lexv2-models/model/BotStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/lexv2-models/model/BotType.h>
14#include <aws/lexv2-models/model/ParentBotNetwork.h>
15#include <aws/lexv2-models/model/BotMember.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
47 template<
typename BotIdT = Aws::String>
48 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
49 template<
typename BotIdT = Aws::String>
58 template<
typename BotNameT = Aws::String>
59 void SetBotName(BotNameT&& value) { m_botNameHasBeenSet =
true; m_botName = std::forward<BotNameT>(value); }
60 template<
typename BotNameT = Aws::String>
69 template<
typename BotVersionT = Aws::String>
70 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
71 template<
typename BotVersionT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
92 template<
typename RoleArnT = Aws::String>
93 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
94 template<
typename RoleArnT = Aws::String>
103 template<
typename DataPrivacyT = DataPrivacy>
104 void SetDataPrivacy(DataPrivacyT&& value) { m_dataPrivacyHasBeenSet =
true; m_dataPrivacy = std::forward<DataPrivacyT>(value); }
105 template<
typename DataPrivacyT = DataPrivacy>
135 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
136 void SetFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons = std::forward<FailureReasonsT>(value); }
137 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
139 template<
typename FailureReasonsT = Aws::String>
148 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
149 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
150 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
159 template<
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
160 void SetParentBotNetworks(ParentBotNetworksT&& value) { m_parentBotNetworksHasBeenSet =
true; m_parentBotNetworks = std::forward<ParentBotNetworksT>(value); }
161 template<
typename ParentBotNetworksT = Aws::Vector<ParentBotNetwork>>
163 template<
typename ParentBotNetworksT = ParentBotNetwork>
181 template<
typename BotMembersT = Aws::Vector<BotMember>>
182 void SetBotMembers(BotMembersT&& value) { m_botMembersHasBeenSet =
true; m_botMembers = std::forward<BotMembersT>(value); }
183 template<
typename BotMembersT = Aws::Vector<BotMember>>
185 template<
typename BotMembersT = BotMember>
192 template<
typename RequestIdT = Aws::String>
193 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
194 template<
typename RequestIdT = Aws::String>
200 bool m_botIdHasBeenSet =
false;
203 bool m_botNameHasBeenSet =
false;
206 bool m_botVersionHasBeenSet =
false;
209 bool m_descriptionHasBeenSet =
false;
212 bool m_roleArnHasBeenSet =
false;
215 bool m_dataPrivacyHasBeenSet =
false;
217 int m_idleSessionTTLInSeconds{0};
218 bool m_idleSessionTTLInSecondsHasBeenSet =
false;
221 bool m_botStatusHasBeenSet =
false;
224 bool m_failureReasonsHasBeenSet =
false;
227 bool m_creationDateTimeHasBeenSet =
false;
230 bool m_parentBotNetworksHasBeenSet =
false;
233 bool m_botTypeHasBeenSet =
false;
236 bool m_botMembersHasBeenSet =
false;
239 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