7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/kendra/model/ExperienceStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/kendra/model/ExperienceEndpoint.h>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename IdT = Aws::String>
67 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
68 template<
typename IdT = Aws::String>
78 template<
typename CreatedAtT = Aws::Utils::DateTime>
79 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
80 template<
typename CreatedAtT = Aws::Utils::DateTime>
101 template<
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
102 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
103 template<
typename Endpo
intsT = Aws::Vector<ExperienceEndpo
int>>
105 template<
typename Endpo
intsT = ExperienceEndpo
int>
111 bool m_nameHasBeenSet =
false;
114 bool m_idHasBeenSet =
false;
117 bool m_createdAtHasBeenSet =
false;
120 bool m_statusHasBeenSet =
false;
123 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