7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SchemaStatus.h>
42 template <
typename RegistryNameT = Aws::String>
44 m_registryNameHasBeenSet =
true;
45 m_registryName = std::forward<RegistryNameT>(value);
47 template <
typename RegistryNameT = Aws::String>
60 template <
typename SchemaNameT = Aws::String>
62 m_schemaNameHasBeenSet =
true;
63 m_schemaName = std::forward<SchemaNameT>(value);
65 template <
typename SchemaNameT = Aws::String>
78 template <
typename SchemaArnT = Aws::String>
80 m_schemaArnHasBeenSet =
true;
81 m_schemaArn = std::forward<SchemaArnT>(value);
83 template <
typename SchemaArnT = Aws::String>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
115 m_schemaStatusHasBeenSet =
true;
116 m_schemaStatus = value;
130 template <
typename CreatedTimeT = Aws::String>
132 m_createdTimeHasBeenSet =
true;
133 m_createdTime = std::forward<CreatedTimeT>(value);
135 template <
typename CreatedTimeT = Aws::String>
148 template <
typename UpdatedTimeT = Aws::String>
150 m_updatedTimeHasBeenSet =
true;
151 m_updatedTime = std::forward<UpdatedTimeT>(value);
153 template <
typename UpdatedTimeT = Aws::String>
161 bool m_registryNameHasBeenSet =
false;
164 bool m_schemaNameHasBeenSet =
false;
167 bool m_schemaArnHasBeenSet =
false;
170 bool m_descriptionHasBeenSet =
false;
173 bool m_schemaStatusHasBeenSet =
false;
176 bool m_createdTimeHasBeenSet =
false;
179 bool m_updatedTimeHasBeenSet =
false;
SchemaListItem & WithDescription(DescriptionT &&value)
void SetCreatedTime(CreatedTimeT &&value)
bool SchemaNameHasBeenSet() const
AWS_GLUE_API SchemaListItem()=default
bool SchemaStatusHasBeenSet() const
const Aws::String & GetCreatedTime() const
bool SchemaArnHasBeenSet() const
void SetSchemaStatus(SchemaStatus value)
SchemaListItem & WithRegistryName(RegistryNameT &&value)
SchemaListItem & WithSchemaName(SchemaNameT &&value)
SchemaListItem & WithUpdatedTime(UpdatedTimeT &&value)
void SetSchemaArn(SchemaArnT &&value)
const Aws::String & GetSchemaName() const
bool UpdatedTimeHasBeenSet() const
const Aws::String & GetDescription() const
void SetUpdatedTime(UpdatedTimeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegistryNameHasBeenSet() const
const Aws::String & GetUpdatedTime() const
AWS_GLUE_API SchemaListItem(Aws::Utils::Json::JsonView jsonValue)
SchemaListItem & WithSchemaArn(SchemaArnT &&value)
SchemaListItem & WithSchemaStatus(SchemaStatus value)
void SetRegistryName(RegistryNameT &&value)
bool CreatedTimeHasBeenSet() const
SchemaListItem & WithCreatedTime(CreatedTimeT &&value)
SchemaStatus GetSchemaStatus() const
void SetSchemaName(SchemaNameT &&value)
const Aws::String & GetRegistryName() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetSchemaArn() const
bool DescriptionHasBeenSet() const
AWS_GLUE_API SchemaListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue