7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kendra/model/ThesaurusStatus.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
83 template<
typename CreatedAtT = Aws::Utils::DateTime>
84 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 template<
typename UpdatedAtT = Aws::Utils::DateTime>
96 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
97 template<
typename UpdatedAtT = Aws::Utils::DateTime>
103 bool m_idHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
109 bool m_statusHasBeenSet =
false;
112 bool m_createdAtHasBeenSet =
false;
115 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