7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/SchemaId.h>
49 template<
typename SchemaIdT = SchemaId>
50 void SetSchemaId(SchemaIdT&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::forward<SchemaIdT>(value); }
51 template<
typename SchemaIdT = SchemaId>
57 bool m_schemaIdHasBeenSet =
false;
AWS_GLUE_API GetSchemaRequest()=default
GetSchemaRequest & WithSchemaId(SchemaIdT &&value)
void SetSchemaId(SchemaIdT &&value)
const SchemaId & GetSchemaId() const
virtual const char * GetServiceRequestName() const override
bool SchemaIdHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String