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/IndexEdition.h>
11#include <aws/kendra/model/IndexStatus.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
64 template <
typename IdT = Aws::String>
66 m_idHasBeenSet =
true;
67 m_id = std::forward<IdT>(value);
69 template <
typename IdT = Aws::String>
71 SetId(std::forward<IdT>(value));
84 m_editionHasBeenSet =
true;
99 template <
typename CreatedAtT = Aws::Utils::DateTime>
101 m_createdAtHasBeenSet =
true;
102 m_createdAt = std::forward<CreatedAtT>(value);
104 template <
typename CreatedAtT = Aws::Utils::DateTime>
117 template <
typename UpdatedAtT = Aws::Utils::DateTime>
119 m_updatedAtHasBeenSet =
true;
120 m_updatedAt = std::forward<UpdatedAtT>(value);
122 template <
typename UpdatedAtT = Aws::Utils::DateTime>
137 m_statusHasBeenSet =
true;
157 bool m_nameHasBeenSet =
false;
158 bool m_idHasBeenSet =
false;
159 bool m_editionHasBeenSet =
false;
160 bool m_createdAtHasBeenSet =
false;
161 bool m_updatedAtHasBeenSet =
false;
162 bool m_statusHasBeenSet =
false;
bool StatusHasBeenSet() const
void SetEdition(IndexEdition value)
IndexConfigurationSummary & WithName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_KENDRA_API IndexConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
IndexStatus GetStatus() const
IndexConfigurationSummary & WithStatus(IndexStatus value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
AWS_KENDRA_API IndexConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetId() const
bool CreatedAtHasBeenSet() const
IndexConfigurationSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_KENDRA_API IndexConfigurationSummary()=default
IndexConfigurationSummary & WithCreatedAt(CreatedAtT &&value)
IndexConfigurationSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool EditionHasBeenSet() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetName() const
bool UpdatedAtHasBeenSet() const
void SetStatus(IndexStatus value)
IndexConfigurationSummary & WithEdition(IndexEdition value)
IndexEdition GetEdition() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue