7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename CatalogIdT = Aws::String>
44 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
45 template<
typename CatalogIdT = Aws::String>
51 bool m_catalogIdHasBeenSet =
false;
bool CatalogIdHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetCatalogId() const
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteCatalogRequest & WithCatalogId(CatalogIdT &&value)
AWS_GLUE_API DeleteCatalogRequest()=default
void SetCatalogId(CatalogIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String