7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename CatalogIdT = Aws::String>
42 m_catalogIdHasBeenSet =
true;
43 m_catalogId = std::forward<CatalogIdT>(value);
45 template <
typename CatalogIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
72 bool m_catalogIdHasBeenSet =
false;
75 bool m_nameHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetDatabaseRequest & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetCatalogId() const
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API GetDatabaseRequest()=default
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
bool CatalogIdHasBeenSet() const
const Aws::String & GetName() const
GetDatabaseRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
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