7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename CatalogIdT = Aws::String>
45 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
46 template<
typename CatalogIdT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
65 bool m_catalogIdHasBeenSet =
false;
68 bool m_nameHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetName(NameT &&value)
DeleteDatabaseRequest & WithName(NameT &&value)
DeleteDatabaseRequest & WithCatalogId(CatalogIdT &&value)
bool CatalogIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API DeleteDatabaseRequest()=default
bool NameHasBeenSet() const
const Aws::String & GetCatalogId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String