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/kendra/Kendra_EXPORTS.h>
12#include <aws/kendra/model/ExperienceConfiguration.h>
13#include <aws/kendra/model/ExperienceEndpoint.h>
14#include <aws/kendra/model/ExperienceStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
57 template <
typename IndexIdT = Aws::String>
59 m_indexIdHasBeenSet =
true;
60 m_indexId = std::forward<IndexIdT>(value);
62 template <
typename IndexIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
92 template <
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
94 m_endpointsHasBeenSet =
true;
95 m_endpoints = std::forward<EndpointsT>(value);
97 template <
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
102 template <
typename Endpo
intsT = ExperienceEndpo
int>
104 m_endpointsHasBeenSet =
true;
105 m_endpoints.emplace_back(std::forward<EndpointsT>(value));
119 template <
typename ConfigurationT = ExperienceConfiguration>
121 m_configurationHasBeenSet =
true;
122 m_configuration = std::forward<ConfigurationT>(value);
124 template <
typename ConfigurationT = ExperienceConfiguration>
136 template <
typename CreatedAtT = Aws::Utils::DateTime>
138 m_createdAtHasBeenSet =
true;
139 m_createdAt = std::forward<CreatedAtT>(value);
141 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 template <
typename UpdatedAtT = Aws::Utils::DateTime>
155 m_updatedAtHasBeenSet =
true;
156 m_updatedAt = std::forward<UpdatedAtT>(value);
158 template <
typename UpdatedAtT = Aws::Utils::DateTime>
170 template <
typename DescriptionT = Aws::String>
172 m_descriptionHasBeenSet =
true;
173 m_description = std::forward<DescriptionT>(value);
175 template <
typename DescriptionT = Aws::String>
191 m_statusHasBeenSet =
true;
208 template <
typename RoleArnT = Aws::String>
210 m_roleArnHasBeenSet =
true;
211 m_roleArn = std::forward<RoleArnT>(value);
213 template <
typename RoleArnT = Aws::String>
225 template <
typename ErrorMessageT = Aws::String>
227 m_errorMessageHasBeenSet =
true;
228 m_errorMessage = std::forward<ErrorMessageT>(value);
230 template <
typename ErrorMessageT = Aws::String>
240 template <
typename RequestIdT = Aws::String>
242 m_requestIdHasBeenSet =
true;
243 m_requestId = std::forward<RequestIdT>(value);
245 template <
typename RequestIdT = Aws::String>
278 bool m_idHasBeenSet =
false;
279 bool m_indexIdHasBeenSet =
false;
280 bool m_nameHasBeenSet =
false;
281 bool m_endpointsHasBeenSet =
false;
282 bool m_configurationHasBeenSet =
false;
283 bool m_createdAtHasBeenSet =
false;
284 bool m_updatedAtHasBeenSet =
false;
285 bool m_descriptionHasBeenSet =
false;
286 bool m_statusHasBeenSet =
false;
287 bool m_roleArnHasBeenSet =
false;
288 bool m_errorMessageHasBeenSet =
false;
289 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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