7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename SchemaArnT = Aws::String>
44 m_schemaArnHasBeenSet =
true;
45 m_schemaArn = std::forward<SchemaArnT>(value);
47 template <
typename SchemaArnT = Aws::String>
61 template <
typename SchemaNameT = Aws::String>
63 m_schemaNameHasBeenSet =
true;
64 m_schemaName = std::forward<SchemaNameT>(value);
66 template <
typename SchemaNameT = Aws::String>
79 template <
typename RegistryNameT = Aws::String>
81 m_registryNameHasBeenSet =
true;
82 m_registryName = std::forward<RegistryNameT>(value);
84 template <
typename RegistryNameT = Aws::String>
92 bool m_schemaArnHasBeenSet =
false;
95 bool m_schemaNameHasBeenSet =
false;
98 bool m_registryNameHasBeenSet =
false;
const Aws::String & GetSchemaArn() const
void SetSchemaArn(SchemaArnT &&value)
SchemaId & WithRegistryName(RegistryNameT &&value)
AWS_GLUE_API SchemaId()=default
const Aws::String & GetRegistryName() const
AWS_GLUE_API SchemaId(Aws::Utils::Json::JsonView jsonValue)
bool SchemaArnHasBeenSet() const
SchemaId & WithSchemaName(SchemaNameT &&value)
const Aws::String & GetSchemaName() const
bool SchemaNameHasBeenSet() const
SchemaId & WithSchemaArn(SchemaArnT &&value)
AWS_GLUE_API SchemaId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSchemaName(SchemaNameT &&value)
bool RegistryNameHasBeenSet() const
void SetRegistryName(RegistryNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue