7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/RegistryId.h>
44 template<
typename RegistryIdT = RegistryId>
45 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
46 template<
typename RegistryIdT = RegistryId>
52 bool m_registryIdHasBeenSet =
false;
AWS_GLUE_API DeleteRegistryRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
bool RegistryIdHasBeenSet() const
DeleteRegistryRequest & WithRegistryId(RegistryIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const RegistryId & GetRegistryId() const
void SetRegistryId(RegistryIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String