7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/servicecatalog-appregistry/AppRegistryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetAttributeGroup(
const char* value) { m_attributeGroupHasBeenSet =
true; m_attributeGroup.assign(value); }
52 bool m_attributeGroupHasBeenSet =
false;
DeleteAttributeGroupRequest & WithAttributeGroup(const char *value)
AWS_APPREGISTRY_API Aws::String SerializePayload() const override
bool AttributeGroupHasBeenSet() const
DeleteAttributeGroupRequest & WithAttributeGroup(Aws::String &&value)
void SetAttributeGroup(Aws::String &&value)
AWS_APPREGISTRY_API DeleteAttributeGroupRequest()
void SetAttributeGroup(const Aws::String &value)
DeleteAttributeGroupRequest & WithAttributeGroup(const Aws::String &value)
void SetAttributeGroup(const char *value)
const Aws::String & GetAttributeGroup() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String