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>
52 bool m_catalogIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API GetCatalogRequest()=default
GetCatalogRequest & WithCatalogId(CatalogIdT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CatalogIdHasBeenSet() 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