7#include <aws/glue/GlueRequest.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/RegistryId.h>
40 template <
typename RegistryIdT = RegistryId>
42 m_registryIdHasBeenSet =
true;
43 m_registryId = std::forward<RegistryIdT>(value);
45 template <
typename RegistryIdT = RegistryId>
53 bool m_registryIdHasBeenSet =
false;
void SetRegistryId(RegistryIdT &&value)
GetRegistryRequest & WithRegistryId(RegistryIdT &&value)
virtual const char * GetServiceRequestName() const override
bool RegistryIdHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const RegistryId & GetRegistryId() const
AWS_GLUE_API GetRegistryRequest()=default
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