7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/CatalogInput.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 CatalogInputT = CatalogInput>
61 m_catalogInputHasBeenSet =
true;
62 m_catalogInput = std::forward<CatalogInputT>(value);
64 template <
typename CatalogInputT = CatalogInput>
72 bool m_catalogIdHasBeenSet =
false;
75 bool m_catalogInputHasBeenSet =
false;
bool CatalogIdHasBeenSet() const
AWS_GLUE_API UpdateCatalogRequest()=default
UpdateCatalogRequest & WithCatalogId(CatalogIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetCatalogInput(CatalogInputT &&value)
bool CatalogInputHasBeenSet() const
const CatalogInput & GetCatalogInput() const
UpdateCatalogRequest & WithCatalogInput(CatalogInputT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCatalogId(CatalogIdT &&value)
const Aws::String & GetCatalogId() 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