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/RegistryId.h>
41 template <
typename RegistryIdT = RegistryId>
43 m_registryIdHasBeenSet =
true;
44 m_registryId = std::forward<RegistryIdT>(value);
46 template <
typename RegistryIdT = RegistryId>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
73 bool m_registryIdHasBeenSet =
false;
76 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