7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
10#include <aws/schemas/model/Type.h>
37 template <
typename CreatedDateT = Aws::Utils::DateTime>
39 m_createdDateHasBeenSet =
true;
40 m_createdDate = std::forward<CreatedDateT>(value);
42 template <
typename CreatedDateT = Aws::Utils::DateTime>
55 template <
typename SchemaVersionT = Aws::String>
57 m_schemaVersionHasBeenSet =
true;
58 m_schemaVersion = std::forward<SchemaVersionT>(value);
60 template <
typename SchemaVersionT = Aws::String>
74 m_typeHasBeenSet =
true;
88 bool m_createdDateHasBeenSet =
false;
89 bool m_schemaVersionHasBeenSet =
false;
90 bool m_typeHasBeenSet =
false;
AWS_SCHEMAS_API SearchSchemaVersionSummary(Aws::Utils::Json::JsonView jsonValue)
SearchSchemaVersionSummary & WithSchemaVersion(SchemaVersionT &&value)
void SetCreatedDate(CreatedDateT &&value)
bool TypeHasBeenSet() const
SearchSchemaVersionSummary & WithType(Type value)
void SetSchemaVersion(SchemaVersionT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
AWS_SCHEMAS_API SearchSchemaVersionSummary()=default
const Aws::String & GetSchemaVersion() const
bool SchemaVersionHasBeenSet() const
bool CreatedDateHasBeenSet() const
AWS_SCHEMAS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SCHEMAS_API SearchSchemaVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SearchSchemaVersionSummary & WithCreatedDate(CreatedDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue