7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
42 template<
typename DescriptionT = Aws::String>
43 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
44 template<
typename DescriptionT = Aws::String>
54 template<
typename RegistryNameT = Aws::String>
55 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
56 template<
typename RegistryNameT = Aws::String>
66 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
67 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
68 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
70 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
72 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
78 bool m_descriptionHasBeenSet =
false;
81 bool m_registryNameHasBeenSet =
false;
84 bool m_tagsHasBeenSet =
false;
void SetRegistryName(RegistryNameT &&value)
void SetTags(TagsT &&value)
bool RegistryNameHasBeenSet() const
AWS_SCHEMAS_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
CreateRegistryRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDescription() const
const Aws::String & GetRegistryName() const
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
CreateRegistryRequest & WithRegistryName(RegistryNameT &&value)
CreateRegistryRequest & WithDescription(DescriptionT &&value)
AWS_SCHEMAS_API CreateRegistryRequest()=default
CreateRegistryRequest & WithTags(TagsT &&value)
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