/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The unique ID of the schema in the Glue schema registry.See
* Also:
AWS API
* Reference
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The Amazon Resource Name (ARN) of the schema. One of SchemaArn
* or SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema. One of SchemaArn
or
* SchemaName
has to be provided.
The name of the schema registry that contains the schema.
*/ inline const Aws::String& GetRegistryName() const{ return m_registryName; } /** *The name of the schema registry that contains the schema.
*/ inline bool RegistryNameHasBeenSet() const { return m_registryNameHasBeenSet; } /** *The name of the schema registry that contains the schema.
*/ inline void SetRegistryName(const Aws::String& value) { m_registryNameHasBeenSet = true; m_registryName = value; } /** *The name of the schema registry that contains the schema.
*/ inline void SetRegistryName(Aws::String&& value) { m_registryNameHasBeenSet = true; m_registryName = std::move(value); } /** *The name of the schema registry that contains the schema.
*/ inline void SetRegistryName(const char* value) { m_registryNameHasBeenSet = true; m_registryName.assign(value); } /** *The name of the schema registry that contains the schema.
*/ inline SchemaId& WithRegistryName(const Aws::String& value) { SetRegistryName(value); return *this;} /** *The name of the schema registry that contains the schema.
*/ inline SchemaId& WithRegistryName(Aws::String&& value) { SetRegistryName(std::move(value)); return *this;} /** *The name of the schema registry that contains the schema.
*/ inline SchemaId& WithRegistryName(const char* value) { SetRegistryName(value); return *this;} private: Aws::String m_schemaArn; bool m_schemaArnHasBeenSet = false; Aws::String m_schemaName; bool m_schemaNameHasBeenSet = false; Aws::String m_registryName; bool m_registryNameHasBeenSet = false; }; } // namespace Model } // namespace Glue } // namespace Aws