7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
9#include <aws/elasticloadbalancingv2/model/LoadBalancerAttribute.h>
10#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticLoadBalancingv2 {
38 template <
typename AttributesT = Aws::Vector<LoadBalancerAttribute>>
40 m_attributesHasBeenSet =
true;
41 m_attributes = std::forward<AttributesT>(value);
43 template <
typename AttributesT = Aws::Vector<LoadBalancerAttribute>>
48 template <
typename AttributesT = LoadBalancerAttribute>
50 m_attributesHasBeenSet =
true;
51 m_attributes.emplace_back(std::forward<AttributesT>(value));
59 template <
typename ResponseMetadataT = ResponseMetadata>
61 m_responseMetadataHasBeenSet =
true;
62 m_responseMetadata = std::forward<ResponseMetadataT>(value);
64 template <
typename ResponseMetadataT = ResponseMetadata>
74 bool m_attributesHasBeenSet =
false;
75 bool m_responseMetadataHasBeenSet =
false;
DescribeLoadBalancerAttributesResult & WithAttributes(AttributesT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetAttributes(AttributesT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeLoadBalancerAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
DescribeLoadBalancerAttributesResult & AddAttributes(AttributesT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeLoadBalancerAttributesResult()=default
DescribeLoadBalancerAttributesResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< LoadBalancerAttribute > & GetAttributes() const
AWS_ELASTICLOADBALANCINGV2_API DescribeLoadBalancerAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument