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/ResponseMetadata.h>
11#include <aws/elasticloadbalancingv2/model/TargetGroupAttribute.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticLoadBalancingv2 {
38 template <
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
40 m_attributesHasBeenSet =
true;
41 m_attributes = std::forward<AttributesT>(value);
43 template <
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
48 template <
typename AttributesT = TargetGroupAttribute>
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>
77 bool m_attributesHasBeenSet =
false;
78 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyTargetGroupAttributesResult & AddAttributes(AttributesT &&value)
const Aws::Vector< TargetGroupAttribute > & GetAttributes() const
ModifyTargetGroupAttributesResult & WithAttributes(AttributesT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupAttributesResult()=default
ModifyTargetGroupAttributesResult & WithResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetAttributes(AttributesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument