7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticloadbalancingv2/model/TargetGroupAttribute.h>
16namespace ElasticLoadBalancingv2
47 template<
typename TargetGroupArnT = Aws::String>
48 void SetTargetGroupArn(TargetGroupArnT&& value) { m_targetGroupArnHasBeenSet =
true; m_targetGroupArn = std::forward<TargetGroupArnT>(value); }
49 template<
typename TargetGroupArnT = Aws::String>
59 template<
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
60 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
61 template<
typename AttributesT = Aws::Vector<TargetGroupAttribute>>
63 template<
typename AttributesT = TargetGroupAttribute>
69 bool m_targetGroupArnHasBeenSet =
false;
72 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