7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename RegistryNameT = Aws::String>
44 m_registryNameHasBeenSet =
true;
45 m_registryName = std::forward<RegistryNameT>(value);
47 template <
typename RegistryNameT = Aws::String>
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
80 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 m_tagsHasBeenSet =
true;
83 m_tags = std::forward<TagsT>(value);
85 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 SetTags(std::forward<TagsT>(value));
90 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
92 m_tagsHasBeenSet =
true;
93 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
103 bool m_registryNameHasBeenSet =
false;
104 bool m_descriptionHasBeenSet =
false;
105 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