7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/qbusiness/model/IndexStatus.h>
51 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
65 inline void SetIndexId(
const char* value) { m_indexIdHasBeenSet =
true; m_indexId.assign(value); }
110 bool m_displayNameHasBeenSet =
false;
113 bool m_indexIdHasBeenSet =
false;
116 bool m_createdAtHasBeenSet =
false;
119 bool m_updatedAtHasBeenSet =
false;
122 bool m_statusHasBeenSet =
false;
void SetCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
Index & WithIndexId(Aws::String &&value)
void SetDisplayName(const char *value)
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
AWS_QBUSINESS_API Index & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
Index & WithDisplayName(const char *value)
Index & WithIndexId(const Aws::String &value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
Index & WithUpdatedAt(const Aws::Utils::DateTime &value)
Index & WithIndexId(const char *value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
bool CreatedAtHasBeenSet() const
AWS_QBUSINESS_API Index(Aws::Utils::Json::JsonView jsonValue)
void SetDisplayName(const Aws::String &value)
AWS_QBUSINESS_API Index()
bool IndexIdHasBeenSet() const
Index & WithDisplayName(const Aws::String &value)
Index & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetIndexId(const Aws::String &value)
Index & WithUpdatedAt(Aws::Utils::DateTime &&value)
Index & WithStatus(const IndexStatus &value)
void SetIndexId(Aws::String &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetStatus(IndexStatus &&value)
void SetStatus(const IndexStatus &value)
Index & WithDisplayName(Aws::String &&value)
void SetDisplayName(Aws::String &&value)
bool DisplayNameHasBeenSet() const
const Aws::String & GetDisplayName() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
Index & WithCreatedAt(Aws::Utils::DateTime &&value)
const IndexStatus & GetStatus() const
const Aws::String & GetIndexId() const
Index & WithStatus(IndexStatus &&value)
void SetIndexId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue