7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SchemaId.h>
43 template <
typename SchemaIdT = SchemaId>
45 m_schemaIdHasBeenSet =
true;
46 m_schemaId = std::forward<SchemaIdT>(value);
48 template <
typename SchemaIdT = SchemaId>
62 template <
typename SchemaVersionIdT = Aws::String>
64 m_schemaVersionIdHasBeenSet =
true;
65 m_schemaVersionId = std::forward<SchemaVersionIdT>(value);
67 template <
typename SchemaVersionIdT = Aws::String>
81 m_schemaVersionNumberHasBeenSet =
true;
82 m_schemaVersionNumber = value;
94 long long m_schemaVersionNumber{0};
95 bool m_schemaIdHasBeenSet =
false;
96 bool m_schemaVersionIdHasBeenSet =
false;
97 bool m_schemaVersionNumberHasBeenSet =
false;
void SetSchemaVersionId(SchemaVersionIdT &&value)
SchemaReference & WithSchemaVersionId(SchemaVersionIdT &&value)
bool SchemaVersionNumberHasBeenSet() const
long long GetSchemaVersionNumber() const
const Aws::String & GetSchemaVersionId() const
void SetSchemaId(SchemaIdT &&value)
SchemaReference & WithSchemaId(SchemaIdT &&value)
const SchemaId & GetSchemaId() const
AWS_GLUE_API SchemaReference(Aws::Utils::Json::JsonView jsonValue)
void SetSchemaVersionNumber(long long value)
SchemaReference & WithSchemaVersionNumber(long long value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SchemaVersionIdHasBeenSet() const
bool SchemaIdHasBeenSet() const
AWS_GLUE_API SchemaReference()=default
AWS_GLUE_API SchemaReference & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue