7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/SchemaId.h>
50 inline void SetSchemaId(
SchemaId&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::move(value); }
57 bool m_schemaIdHasBeenSet =
false;
GetSchemaRequest & WithSchemaId(SchemaId &&value)
void SetSchemaId(SchemaId &&value)
void SetSchemaId(const SchemaId &value)
AWS_GLUE_API GetSchemaRequest()
const SchemaId & GetSchemaId() const
virtual const char * GetServiceRequestName() const override
bool SchemaIdHasBeenSet() const
GetSchemaRequest & WithSchemaId(const SchemaId &value)
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