7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename ApplicationArnT = Aws::String>
42 void SetApplicationArn(ApplicationArnT&& value) { m_applicationArnHasBeenSet =
true; m_applicationArn = std::forward<ApplicationArnT>(value); }
43 template<
typename ApplicationArnT = Aws::String>
53 template<
typename AttributeGroupArnT = Aws::String>
54 void SetAttributeGroupArn(AttributeGroupArnT&& value) { m_attributeGroupArnHasBeenSet =
true; m_attributeGroupArn = std::forward<AttributeGroupArnT>(value); }
55 template<
typename AttributeGroupArnT = Aws::String>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_applicationArnHasBeenSet =
false;
73 bool m_attributeGroupArnHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_APPREGISTRY_API AssociateAttributeGroupResult()=default
void SetRequestId(RequestIdT &&value)
AssociateAttributeGroupResult & WithAttributeGroupArn(AttributeGroupArnT &&value)
void SetApplicationArn(ApplicationArnT &&value)
AssociateAttributeGroupResult & WithApplicationArn(ApplicationArnT &&value)
AWS_APPREGISTRY_API AssociateAttributeGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAttributeGroupArn() const
void SetAttributeGroupArn(AttributeGroupArnT &&value)
AssociateAttributeGroupResult & WithRequestId(RequestIdT &&value)
AWS_APPREGISTRY_API AssociateAttributeGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetApplicationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue