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;
AWS_APPREGISTRY_API AssociateAttributeGroupRequest()=default
void SetApplication(ApplicationT &&value)
bool ApplicationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAttributeGroup(AttributeGroupT &&value)
const Aws::String & GetApplication() const
bool AttributeGroupHasBeenSet() const
AWS_APPREGISTRY_API Aws::String SerializePayload() const override
AssociateAttributeGroupRequest & WithApplication(ApplicationT &&value)
AssociateAttributeGroupRequest & WithAttributeGroup(AttributeGroupT &&value)
const Aws::String & GetAttributeGroup() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String