7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
10#include <aws/elasticloadbalancingv2/model/LoadBalancerAttribute.h>
11#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticLoadBalancingv2 {
39 template <
typename AttributesT = Aws::Vector<LoadBalancerAttribute>>
41 m_attributesHasBeenSet =
true;
42 m_attributes = std::forward<AttributesT>(value);
44 template <
typename AttributesT = Aws::Vector<LoadBalancerAttribute>>
49 template <
typename AttributesT = LoadBalancerAttribute>
51 m_attributesHasBeenSet =
true;
52 m_attributes.emplace_back(std::forward<AttributesT>(value));
60 template <
typename ResponseMetadataT = ResponseMetadata>
62 m_responseMetadataHasBeenSet =
true;
63 m_responseMetadata = std::forward<ResponseMetadataT>(value);
65 template <
typename ResponseMetadataT = ResponseMetadata>
78 bool m_attributesHasBeenSet =
false;
79 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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