7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/Compatibility.h>
11#include <aws/glue/model/SchemaId.h>
12#include <aws/glue/model/SchemaVersionNumber.h>
47 template <
typename SchemaIdT = SchemaId>
49 m_schemaIdHasBeenSet =
true;
50 m_schemaId = std::forward<SchemaIdT>(value);
52 template <
typename SchemaIdT = SchemaId>
66 template <
typename SchemaVersionNumberT = SchemaVersionNumber>
68 m_schemaVersionNumberHasBeenSet =
true;
69 m_schemaVersionNumber = std::forward<SchemaVersionNumberT>(value);
71 template <
typename SchemaVersionNumberT = SchemaVersionNumber>
85 m_compatibilityHasBeenSet =
true;
86 m_compatibility = value;
100 template <
typename DescriptionT = Aws::String>
102 m_descriptionHasBeenSet =
true;
103 m_description = std::forward<DescriptionT>(value);
105 template <
typename DescriptionT = Aws::String>
119 bool m_schemaIdHasBeenSet =
false;
120 bool m_schemaVersionNumberHasBeenSet =
false;
121 bool m_compatibilityHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
void SetSchemaVersionNumber(SchemaVersionNumberT &&value)
const SchemaId & GetSchemaId() const
bool DescriptionHasBeenSet() const
const SchemaVersionNumber & GetSchemaVersionNumber() const
void SetCompatibility(Compatibility value)
UpdateSchemaRequest & WithSchemaId(SchemaIdT &&value)
bool CompatibilityHasBeenSet() const
AWS_GLUE_API UpdateSchemaRequest()=default
bool SchemaVersionNumberHasBeenSet() const
Compatibility GetCompatibility() const
AWS_GLUE_API Aws::String SerializePayload() const override
UpdateSchemaRequest & WithSchemaVersionNumber(SchemaVersionNumberT &&value)
void SetSchemaId(SchemaIdT &&value)
void SetDescription(DescriptionT &&value)
UpdateSchemaRequest & WithCompatibility(Compatibility value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SchemaIdHasBeenSet() const
UpdateSchemaRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String