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/ExperienceEndpoint.h>
12#include <aws/kendra/model/ExperienceStatus.h>
48 template <
typename NameT = Aws::String>
50 m_nameHasBeenSet =
true;
51 m_name = std::forward<NameT>(value);
53 template <
typename NameT = Aws::String>
55 SetName(std::forward<NameT>(value));
66 template <
typename IdT = Aws::String>
68 m_idHasBeenSet =
true;
69 m_id = std::forward<IdT>(value);
71 template <
typename IdT = Aws::String>
73 SetId(std::forward<IdT>(value));
84 template <
typename CreatedAtT = Aws::Utils::DateTime>
86 m_createdAtHasBeenSet =
true;
87 m_createdAt = std::forward<CreatedAtT>(value);
89 template <
typename CreatedAtT = Aws::Utils::DateTime>
103 m_statusHasBeenSet =
true;
119 template <
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
121 m_endpointsHasBeenSet =
true;
122 m_endpoints = std::forward<EndpointsT>(value);
124 template <
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
129 template <
typename Endpo
intsT = ExperienceEndpo
int>
131 m_endpointsHasBeenSet =
true;
132 m_endpoints.emplace_back(std::forward<EndpointsT>(value));
138 bool m_nameHasBeenSet =
false;
141 bool m_idHasBeenSet =
false;
144 bool m_createdAtHasBeenSet =
false;
147 bool m_statusHasBeenSet =
false;
150 bool m_endpointsHasBeenSet =
false;
ExperiencesSummary & AddEndpoints(EndpointsT &&value)
ExperiencesSummary & WithStatus(ExperienceStatus value)
AWS_KENDRA_API ExperiencesSummary(Aws::Utils::Json::JsonView jsonValue)
ExperienceStatus GetStatus() const
ExperiencesSummary & WithName(NameT &&value)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool NameHasBeenSet() const
ExperiencesSummary & WithCreatedAt(CreatedAtT &&value)
ExperiencesSummary & WithId(IdT &&value)
void SetStatus(ExperienceStatus value)
const Aws::String & GetId() const
bool StatusHasBeenSet() const
void SetEndpoints(EndpointsT &&value)
bool EndpointsHasBeenSet() const
bool CreatedAtHasBeenSet() const
AWS_KENDRA_API ExperiencesSummary()=default
const Aws::Vector< ExperienceEndpoint > & GetEndpoints() const
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_KENDRA_API ExperiencesSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
ExperiencesSummary & WithEndpoints(EndpointsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue