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/kendra/Kendra_EXPORTS.h>
11#include <aws/kendra/model/ExperienceConfiguration.h>
12#include <aws/kendra/model/ExperienceEndpoint.h>
13#include <aws/kendra/model/ExperienceStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
56 template <
typename IndexIdT = Aws::String>
58 m_indexIdHasBeenSet =
true;
59 m_indexId = std::forward<IndexIdT>(value);
61 template <
typename IndexIdT = Aws::String>
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
91 template <
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
93 m_endpointsHasBeenSet =
true;
94 m_endpoints = std::forward<EndpointsT>(value);
96 template <
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
101 template <
typename Endpo
intsT = ExperienceEndpo
int>
103 m_endpointsHasBeenSet =
true;
104 m_endpoints.emplace_back(std::forward<EndpointsT>(value));
118 template <
typename ConfigurationT = ExperienceConfiguration>
120 m_configurationHasBeenSet =
true;
121 m_configuration = std::forward<ConfigurationT>(value);
123 template <
typename ConfigurationT = ExperienceConfiguration>
135 template <
typename CreatedAtT = Aws::Utils::DateTime>
137 m_createdAtHasBeenSet =
true;
138 m_createdAt = std::forward<CreatedAtT>(value);
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
152 template <
typename UpdatedAtT = Aws::Utils::DateTime>
154 m_updatedAtHasBeenSet =
true;
155 m_updatedAt = std::forward<UpdatedAtT>(value);
157 template <
typename UpdatedAtT = Aws::Utils::DateTime>
169 template <
typename DescriptionT = Aws::String>
171 m_descriptionHasBeenSet =
true;
172 m_description = std::forward<DescriptionT>(value);
174 template <
typename DescriptionT = Aws::String>
190 m_statusHasBeenSet =
true;
207 template <
typename RoleArnT = Aws::String>
209 m_roleArnHasBeenSet =
true;
210 m_roleArn = std::forward<RoleArnT>(value);
212 template <
typename RoleArnT = Aws::String>
224 template <
typename ErrorMessageT = Aws::String>
226 m_errorMessageHasBeenSet =
true;
227 m_errorMessage = std::forward<ErrorMessageT>(value);
229 template <
typename ErrorMessageT = Aws::String>
239 template <
typename RequestIdT = Aws::String>
241 m_requestIdHasBeenSet =
true;
242 m_requestId = std::forward<RequestIdT>(value);
244 template <
typename RequestIdT = Aws::String>
252 bool m_idHasBeenSet =
false;
255 bool m_indexIdHasBeenSet =
false;
258 bool m_nameHasBeenSet =
false;
261 bool m_endpointsHasBeenSet =
false;
264 bool m_configurationHasBeenSet =
false;
267 bool m_createdAtHasBeenSet =
false;
270 bool m_updatedAtHasBeenSet =
false;
273 bool m_descriptionHasBeenSet =
false;
276 bool m_statusHasBeenSet =
false;
279 bool m_roleArnHasBeenSet =
false;
282 bool m_errorMessageHasBeenSet =
false;
285 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetRoleArn() const
ExperienceStatus GetStatus() const
void SetEndpoints(EndpointsT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDescription() const
void SetStatus(ExperienceStatus value)
AWS_KENDRA_API DescribeExperienceResult()=default
DescribeExperienceResult & WithId(IdT &&value)
void SetRoleArn(RoleArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
DescribeExperienceResult & WithConfiguration(ConfigurationT &&value)
const Aws::String & GetRequestId() const
DescribeExperienceResult & WithUpdatedAt(UpdatedAtT &&value)
DescribeExperienceResult & WithName(NameT &&value)
DescribeExperienceResult & WithEndpoints(EndpointsT &&value)
AWS_KENDRA_API DescribeExperienceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
DescribeExperienceResult & AddEndpoints(EndpointsT &&value)
void SetErrorMessage(ErrorMessageT &&value)
void SetDescription(DescriptionT &&value)
DescribeExperienceResult & WithRequestId(RequestIdT &&value)
DescribeExperienceResult & WithRoleArn(RoleArnT &&value)
AWS_KENDRA_API DescribeExperienceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeExperienceResult & WithStatus(ExperienceStatus value)
void SetRequestId(RequestIdT &&value)
const ExperienceConfiguration & GetConfiguration() const
DescribeExperienceResult & WithErrorMessage(ErrorMessageT &&value)
const Aws::String & GetName() const
DescribeExperienceResult & WithDescription(DescriptionT &&value)
DescribeExperienceResult & WithCreatedAt(CreatedAtT &&value)
DescribeExperienceResult & WithIndexId(IndexIdT &&value)
const Aws::String & GetErrorMessage() const
const Aws::String & GetId() const
void SetName(NameT &&value)
const Aws::String & GetIndexId() const
void SetConfiguration(ConfigurationT &&value)
void SetIndexId(IndexIdT &&value)
const Aws::Vector< ExperienceEndpoint > & GetEndpoints() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue