7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/RegistryId.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
68 bool m_registryIdHasBeenSet =
false;
71 bool m_descriptionHasBeenSet =
false;
UpdateRegistryRequest & WithDescription(const Aws::String &value)
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
UpdateRegistryRequest & WithDescription(Aws::String &&value)
AWS_GLUE_API UpdateRegistryRequest()
void SetDescription(const char *value)
void SetRegistryId(RegistryId &&value)
UpdateRegistryRequest & WithDescription(const char *value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const RegistryId & GetRegistryId() const
UpdateRegistryRequest & WithRegistryId(const RegistryId &value)
void SetRegistryId(const RegistryId &value)
void SetDescription(Aws::String &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool RegistryIdHasBeenSet() const
UpdateRegistryRequest & WithRegistryId(RegistryId &&value)
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String