7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
9#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
10#include <aws/elasticloadbalancingv2/model/TargetGroupAttribute.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticLoadBalancingv2 {
37 template <
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
39 m_attributesHasBeenSet =
true;
40 m_attributes = std::forward<AttributesT>(value);
42 template <
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
47 template <
typename AttributesT = TargetGroupAttribute>
49 m_attributesHasBeenSet =
true;
50 m_attributes.emplace_back(std::forward<AttributesT>(value));
58 template <
typename ResponseMetadataT = ResponseMetadata>
60 m_responseMetadataHasBeenSet =
true;
61 m_responseMetadata = std::forward<ResponseMetadataT>(value);
63 template <
typename ResponseMetadataT = ResponseMetadata>
73 bool m_attributesHasBeenSet =
false;
74 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_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