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>
43 template<
typename CreatedDateT = Aws::Utils::DateTime>
44 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
45 template<
typename CreatedDateT = Aws::Utils::DateTime>
55 template<
typename SchemaVersionT = Aws::String>
56 void SetSchemaVersion(SchemaVersionT&& value) { m_schemaVersionHasBeenSet =
true; m_schemaVersion = std::forward<SchemaVersionT>(value); }
57 template<
typename SchemaVersionT = Aws::String>
67 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
73 bool m_createdDateHasBeenSet =
false;
76 bool m_schemaVersionHasBeenSet =
false;
79 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