7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
10#include <aws/kendra/model/ThesaurusStatus.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 m_statusHasBeenSet =
true;
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
97 m_createdAtHasBeenSet =
true;
98 m_createdAt = std::forward<CreatedAtT>(value);
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 template <
typename UpdatedAtT = Aws::Utils::DateTime>
115 m_updatedAtHasBeenSet =
true;
116 m_updatedAt = std::forward<UpdatedAtT>(value);
118 template <
typename UpdatedAtT = Aws::Utils::DateTime>
126 bool m_idHasBeenSet =
false;
129 bool m_nameHasBeenSet =
false;
132 bool m_statusHasBeenSet =
false;
135 bool m_createdAtHasBeenSet =
false;
138 bool m_updatedAtHasBeenSet =
false;
void SetStatus(ThesaurusStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
ThesaurusSummary & WithName(NameT &&value)
AWS_KENDRA_API ThesaurusSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
ThesaurusSummary & WithId(IdT &&value)
AWS_KENDRA_API ThesaurusSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ThesaurusSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
bool UpdatedAtHasBeenSet() const
bool StatusHasBeenSet() const
ThesaurusSummary & WithUpdatedAt(UpdatedAtT &&value)
ThesaurusStatus GetStatus() const
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_KENDRA_API ThesaurusSummary()=default
ThesaurusSummary & WithStatus(ThesaurusStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue