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