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/SchemaId.h>
41 template <
typename SchemaIdT = SchemaId>
43 m_schemaIdHasBeenSet =
true;
44 m_schemaId = std::forward<SchemaIdT>(value);
46 template <
typename SchemaIdT = SchemaId>
61 template <
typename VersionsT = Aws::String>
63 m_versionsHasBeenSet =
true;
64 m_versions = std::forward<VersionsT>(value);
66 template <
typename VersionsT = Aws::String>
76 bool m_schemaIdHasBeenSet =
false;
77 bool m_versionsHasBeenSet =
false;
const Aws::String & GetVersions() const
void SetVersions(VersionsT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const SchemaId & GetSchemaId() const
void SetSchemaId(SchemaIdT &&value)
AWS_GLUE_API DeleteSchemaVersionsRequest()=default
bool SchemaIdHasBeenSet() const
bool VersionsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteSchemaVersionsRequest & WithSchemaId(SchemaIdT &&value)
DeleteSchemaVersionsRequest & WithVersions(VersionsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String