7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
19namespace ElasticLoadBalancingv2 {
34 const char* locationValue)
const;
164 template <
typename KeyT = Aws::String>
166 m_keyHasBeenSet =
true;
167 m_key = std::forward<KeyT>(value);
169 template <
typename KeyT = Aws::String>
171 SetKey(std::forward<KeyT>(value));
182 template <
typename ValueT = Aws::String>
184 m_valueHasBeenSet =
true;
185 m_value = std::forward<ValueT>(value);
187 template <
typename ValueT = Aws::String>
189 SetValue(std::forward<ValueT>(value));
197 bool m_keyHasBeenSet =
false;
198 bool m_valueHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API TargetGroupAttribute()=default
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
TargetGroupAttribute & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
void SetKey(KeyT &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool KeyHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API TargetGroupAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API TargetGroupAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
TargetGroupAttribute & WithKey(KeyT &&value)
void SetValue(ValueT &&value)
const Aws::String & GetKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream