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