7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/schemas/model/Type.h>
57 inline void SetSchemaVersion(
const char* value) { m_schemaVersionHasBeenSet =
true; m_schemaVersion.assign(value); }
69 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
70 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
77 bool m_createdDateHasBeenSet =
false;
80 bool m_schemaVersionHasBeenSet =
false;
83 bool m_typeHasBeenSet =
false;
AWS_SCHEMAS_API SearchSchemaVersionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedDate(const Aws::Utils::DateTime &value)
SearchSchemaVersionSummary & WithCreatedDate(const Aws::Utils::DateTime &value)
void SetType(const Type &value)
SearchSchemaVersionSummary & WithCreatedDate(Aws::Utils::DateTime &&value)
void SetSchemaVersion(Aws::String &&value)
SearchSchemaVersionSummary & WithSchemaVersion(const char *value)
const Type & GetType() const
bool TypeHasBeenSet() const
AWS_SCHEMAS_API SearchSchemaVersionSummary()
const Aws::Utils::DateTime & GetCreatedDate() const
SearchSchemaVersionSummary & WithType(const Type &value)
void SetType(Type &&value)
void SetCreatedDate(Aws::Utils::DateTime &&value)
const Aws::String & GetSchemaVersion() const
SearchSchemaVersionSummary & WithSchemaVersion(Aws::String &&value)
bool SchemaVersionHasBeenSet() const
bool CreatedDateHasBeenSet() const
void SetSchemaVersion(const char *value)
SearchSchemaVersionSummary & WithSchemaVersion(const Aws::String &value)
SearchSchemaVersionSummary & WithType(Type &&value)
void SetSchemaVersion(const Aws::String &value)
AWS_SCHEMAS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SCHEMAS_API SearchSchemaVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue