7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kendra/model/IndexEdition.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/kendra/model/IndexStatus.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
88 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
89 template<
typename CreatedAtT = Aws::Utils::DateTime>
99 template<
typename UpdatedAtT = Aws::Utils::DateTime>
100 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
101 template<
typename UpdatedAtT = Aws::Utils::DateTime>
118 bool m_nameHasBeenSet =
false;
121 bool m_idHasBeenSet =
false;
124 bool m_editionHasBeenSet =
false;
127 bool m_createdAtHasBeenSet =
false;
130 bool m_updatedAtHasBeenSet =
false;
133 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