7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
46 template<
typename RegistryNameT = Aws::String>
47 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
48 template<
typename RegistryNameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
72 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
73 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
74 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
76 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
78 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
84 bool m_registryNameHasBeenSet =
false;
87 bool m_descriptionHasBeenSet =
false;
90 bool m_tagsHasBeenSet =
false;
CreateRegistryRequest & WithRegistryName(RegistryNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDescription() const
CreateRegistryRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateRegistryRequest & WithTags(TagsT &&value)
bool DescriptionHasBeenSet() const
void SetRegistryName(RegistryNameT &&value)
void SetTags(TagsT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API CreateRegistryRequest()=default
bool RegistryNameHasBeenSet() const
CreateRegistryRequest & WithDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
const Aws::String & GetRegistryName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String