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>
45 template<
typename RegistryIdT = RegistryId>
46 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
47 template<
typename RegistryIdT = RegistryId>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
66 bool m_registryIdHasBeenSet =
false;
69 bool m_descriptionHasBeenSet =
false;
void SetRegistryId(RegistryIdT &&value)
UpdateRegistryRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const RegistryId & GetRegistryId() const
UpdateRegistryRequest & WithRegistryId(RegistryIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool RegistryIdHasBeenSet() const
const Aws::String & GetDescription() const
AWS_GLUE_API UpdateRegistryRequest()=default
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