7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
10#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
11#include <aws/elasticloadbalancingv2/model/TargetGroupAttribute.h>
16namespace ElasticLoadBalancingv2 {
43 template <
typename TargetGroupArnT = Aws::String>
45 m_targetGroupArnHasBeenSet =
true;
46 m_targetGroupArn = std::forward<TargetGroupArnT>(value);
48 template <
typename TargetGroupArnT = Aws::String>
61 template <
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
63 m_attributesHasBeenSet =
true;
64 m_attributes = std::forward<AttributesT>(value);
66 template <
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
71 template <
typename AttributesT = TargetGroupAttribute>
73 m_attributesHasBeenSet =
true;
74 m_attributes.emplace_back(std::forward<AttributesT>(value));
82 bool m_targetGroupArnHasBeenSet =
false;
83 bool m_attributesHasBeenSet =
false;
bool AttributesHasBeenSet() const
bool TargetGroupArnHasBeenSet() const
const Aws::Vector< TargetGroupAttribute > & GetAttributes() const
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupAttributesRequest()=default
const Aws::String & GetTargetGroupArn() const
void SetTargetGroupArn(TargetGroupArnT &&value)
ModifyTargetGroupAttributesRequest & WithAttributes(AttributesT &&value)
virtual const char * GetServiceRequestName() const override
ModifyTargetGroupAttributesRequest & AddAttributes(AttributesT &&value)
ModifyTargetGroupAttributesRequest & WithTargetGroupArn(TargetGroupArnT &&value)
void SetAttributes(AttributesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector