7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/servicecatalog-appregistry/AppRegistryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ApplicationT = Aws::String>
42 void SetApplication(ApplicationT&& value) { m_applicationHasBeenSet =
true; m_application = std::forward<ApplicationT>(value); }
43 template<
typename ApplicationT = Aws::String>
54 template<
typename AttributeGroupT = Aws::String>
55 void SetAttributeGroup(AttributeGroupT&& value) { m_attributeGroupHasBeenSet =
true; m_attributeGroup = std::forward<AttributeGroupT>(value); }
56 template<
typename AttributeGroupT = Aws::String>
62 bool m_applicationHasBeenSet =
false;
65 bool m_attributeGroupHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_APPREGISTRY_API DisassociateAttributeGroupRequest()=default
void SetAttributeGroup(AttributeGroupT &&value)
DisassociateAttributeGroupRequest & WithAttributeGroup(AttributeGroupT &&value)
bool AttributeGroupHasBeenSet() const
AWS_APPREGISTRY_API Aws::String SerializePayload() const override
DisassociateAttributeGroupRequest & WithApplication(ApplicationT &&value)
const Aws::String & GetApplication() const
const Aws::String & GetAttributeGroup() const
void SetApplication(ApplicationT &&value)
bool ApplicationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String