7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/SchemaId.h>
10#include <aws/glue/model/SchemaVersionNumber.h>
11#include <aws/glue/model/Compatibility.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename SchemaIdT = SchemaId>
52 void SetSchemaId(SchemaIdT&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::forward<SchemaIdT>(value); }
53 template<
typename SchemaIdT = SchemaId>
64 template<
typename SchemaVersionNumberT = SchemaVersionNumber>
65 void SetSchemaVersionNumber(SchemaVersionNumberT&& value) { m_schemaVersionNumberHasBeenSet =
true; m_schemaVersionNumber = std::forward<SchemaVersionNumberT>(value); }
66 template<
typename SchemaVersionNumberT = SchemaVersionNumber>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
94 bool m_schemaIdHasBeenSet =
false;
97 bool m_schemaVersionNumberHasBeenSet =
false;
100 bool m_compatibilityHasBeenSet =
false;
103 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