/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that references a schema stored in the Glue Schema
* Registry.See Also:
AWS
* API Reference
A structure that contains schema identity fields. Either this or the
* SchemaVersionId
has to be provided.
A structure that contains schema identity fields. Either this or the
* SchemaVersionId
has to be provided.
A structure that contains schema identity fields. Either this or the
* SchemaVersionId
has to be provided.
A structure that contains schema identity fields. Either this or the
* SchemaVersionId
has to be provided.
A structure that contains schema identity fields. Either this or the
* SchemaVersionId
has to be provided.
A structure that contains schema identity fields. Either this or the
* SchemaVersionId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The unique ID assigned to a version of the schema. Either this or the
* SchemaId
has to be provided.
The version number of the schema.
*/ inline long long GetSchemaVersionNumber() const{ return m_schemaVersionNumber; } /** *The version number of the schema.
*/ inline bool SchemaVersionNumberHasBeenSet() const { return m_schemaVersionNumberHasBeenSet; } /** *The version number of the schema.
*/ inline void SetSchemaVersionNumber(long long value) { m_schemaVersionNumberHasBeenSet = true; m_schemaVersionNumber = value; } /** *The version number of the schema.
*/ inline SchemaReference& WithSchemaVersionNumber(long long value) { SetSchemaVersionNumber(value); return *this;} private: SchemaId m_schemaId; bool m_schemaIdHasBeenSet = false; Aws::String m_schemaVersionId; bool m_schemaVersionIdHasBeenSet = false; long long m_schemaVersionNumber; bool m_schemaVersionNumberHasBeenSet = false; }; } // namespace Model } // namespace Glue } // namespace Aws