7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/SchemaStatus.h>
48 template<
typename RegistryNameT = Aws::String>
49 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
50 template<
typename RegistryNameT = Aws::String>
60 template<
typename SchemaNameT = Aws::String>
61 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
62 template<
typename SchemaNameT = Aws::String>
72 template<
typename SchemaArnT = Aws::String>
73 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
74 template<
typename SchemaArnT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
106 template<
typename CreatedTimeT = Aws::String>
107 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
108 template<
typename CreatedTimeT = Aws::String>
118 template<
typename UpdatedTimeT = Aws::String>
119 void SetUpdatedTime(UpdatedTimeT&& value) { m_updatedTimeHasBeenSet =
true; m_updatedTime = std::forward<UpdatedTimeT>(value); }
120 template<
typename UpdatedTimeT = Aws::String>
126 bool m_registryNameHasBeenSet =
false;
129 bool m_schemaNameHasBeenSet =
false;
132 bool m_schemaArnHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
138 bool m_schemaStatusHasBeenSet =
false;
141 bool m_createdTimeHasBeenSet =
false;
144 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