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>
45 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
59 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
74 inline void SetAttributes(
const char* value) { m_attributesHasBeenSet =
true; m_attributes.assign(value); }
111 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
119 bool m_nameHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_attributesHasBeenSet =
false;
128 bool m_tagsHasBeenSet =
false;
131 bool m_clientTokenHasBeenSet =
false;
CreateAttributeGroupRequest & WithClientToken(Aws::String &&value)
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
void SetClientToken(Aws::String &&value)
bool AttributesHasBeenSet() const
CreateAttributeGroupRequest & AddTags(const Aws::String &key, Aws::String &&value)
void SetDescription(Aws::String &&value)
const Aws::String & GetAttributes() const
CreateAttributeGroupRequest & WithDescription(const char *value)
CreateAttributeGroupRequest & AddTags(Aws::String &&key, const char *value)
CreateAttributeGroupRequest & WithAttributes(const char *value)
CreateAttributeGroupRequest & AddTags(const char *key, const char *value)
CreateAttributeGroupRequest & WithName(Aws::String &&value)
CreateAttributeGroupRequest & WithName(const Aws::String &value)
void SetAttributes(const Aws::String &value)
CreateAttributeGroupRequest & AddTags(const char *key, Aws::String &&value)
CreateAttributeGroupRequest & AddTags(Aws::String &&key, Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetAttributes(const char *value)
bool ClientTokenHasBeenSet() const
void SetName(const char *value)
CreateAttributeGroupRequest & AddTags(Aws::String &&key, const Aws::String &value)
AWS_APPREGISTRY_API CreateAttributeGroupRequest()
CreateAttributeGroupRequest & WithAttributes(const Aws::String &value)
CreateAttributeGroupRequest & WithAttributes(Aws::String &&value)
CreateAttributeGroupRequest & AddTags(const Aws::String &key, const Aws::String &value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateAttributeGroupRequest & WithClientToken(const Aws::String &value)
CreateAttributeGroupRequest & WithName(const char *value)
CreateAttributeGroupRequest & WithDescription(Aws::String &&value)
CreateAttributeGroupRequest & WithClientToken(const char *value)
void SetName(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetClientToken() const
CreateAttributeGroupRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetClientToken(const Aws::String &value)
CreateAttributeGroupRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetDescription(const Aws::String &value)
void SetClientToken(const char *value)
const Aws::String & GetName() const
void SetAttributes(Aws::String &&value)
AWS_APPREGISTRY_API Aws::String SerializePayload() const override
CreateAttributeGroupRequest & WithDescription(const Aws::String &value)
void SetName(const Aws::String &value)
const Aws::String & GetDescription() const
void SetDescription(const char *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