7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename SchemaArnT = Aws::String>
49 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
50 template<
typename SchemaArnT = Aws::String>
61 template<
typename SchemaNameT = Aws::String>
62 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
63 template<
typename SchemaNameT = Aws::String>
73 template<
typename RegistryNameT = Aws::String>
74 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
75 template<
typename RegistryNameT = Aws::String>
81 bool m_schemaArnHasBeenSet =
false;
84 bool m_schemaNameHasBeenSet =
false;
87 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