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
49 inline void SetTargetGroupArn(
const char* value) { m_targetGroupArnHasBeenSet =
true; m_targetGroupArn.assign(value); }
71 bool m_targetGroupArnHasBeenSet =
false;
74 bool m_attributesHasBeenSet =
false;
void SetTargetGroupArn(Aws::String &&value)
bool AttributesHasBeenSet() const
ModifyTargetGroupAttributesRequest & WithAttributes(Aws::Vector< TargetGroupAttribute > &&value)
bool TargetGroupArnHasBeenSet() const
const Aws::Vector< TargetGroupAttribute > & GetAttributes() const
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ModifyTargetGroupAttributesRequest & AddAttributes(TargetGroupAttribute &&value)
ModifyTargetGroupAttributesRequest & WithAttributes(const Aws::Vector< TargetGroupAttribute > &value)
void SetTargetGroupArn(const char *value)
void SetTargetGroupArn(const Aws::String &value)
ModifyTargetGroupAttributesRequest & WithTargetGroupArn(const Aws::String &value)
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
void SetAttributes(Aws::Vector< TargetGroupAttribute > &&value)
ModifyTargetGroupAttributesRequest & WithTargetGroupArn(const char *value)
const Aws::String & GetTargetGroupArn() const
ModifyTargetGroupAttributesRequest & WithTargetGroupArn(Aws::String &&value)
ModifyTargetGroupAttributesRequest & AddAttributes(const TargetGroupAttribute &value)
AWS_ELASTICLOADBALANCINGV2_API ModifyTargetGroupAttributesRequest()
virtual const char * GetServiceRequestName() const override
void SetAttributes(const Aws::Vector< TargetGroupAttribute > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector