7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
10#include <aws/elasticloadbalancingv2/model/TargetGroupAttribute.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticLoadBalancingv2
42 template<
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
43 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
44 template<
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
46 template<
typename AttributesT = TargetGroupAttribute>
53 template<
typename ResponseMetadataT = ResponseMetadata>
54 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
55 template<
typename ResponseMetadataT = ResponseMetadata>
61 bool m_attributesHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
DescribeTargetGroupAttributesResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetAttributes(AttributesT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< TargetGroupAttribute > & GetAttributes() const
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetGroupAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
DescribeTargetGroupAttributesResult & AddAttributes(AttributesT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetGroupAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeTargetGroupAttributesResult & WithAttributes(AttributesT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTargetGroupAttributesResult()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument