7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/servicecatalog-appregistry/AppRegistryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/UUID.h>
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
68 template<
typename AttributesT = Aws::String>
69 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
70 template<
typename AttributesT = Aws::String>
80 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
81 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
82 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
84 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
86 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
100 template<
typename ClientTokenT = Aws::String>
101 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
102 template<
typename ClientTokenT = Aws::String>
108 bool m_nameHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
114 bool m_attributesHasBeenSet =
false;
117 bool m_tagsHasBeenSet =
false;
120 bool m_clientTokenHasBeenSet =
true;
CreateAttributeGroupRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
CreateAttributeGroupRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool AttributesHasBeenSet() const
const Aws::String & GetAttributes() const
void SetAttributes(AttributesT &&value)
void SetTags(TagsT &&value)
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreateAttributeGroupRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateAttributeGroupRequest & WithTags(TagsT &&value)
CreateAttributeGroupRequest & WithClientToken(ClientTokenT &&value)
void SetName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_APPREGISTRY_API CreateAttributeGroupRequest()=default
const Aws::String & GetClientToken() const
CreateAttributeGroupRequest & WithAttributes(AttributesT &&value)
const Aws::String & GetName() const
AWS_APPREGISTRY_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
static Aws::Utils::UUID PseudoRandomUUID()
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