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;
181 template <
typename KeyT = Aws::String>
183 m_keyHasBeenSet =
true;
184 m_key = std::forward<KeyT>(value);
186 template <
typename KeyT = Aws::String>
188 SetKey(std::forward<KeyT>(value));
199 template <
typename ValueT = Aws::String>
201 m_valueHasBeenSet =
true;
202 m_value = std::forward<ValueT>(value);
204 template <
typename ValueT = Aws::String>
206 SetValue(std::forward<ValueT>(value));
214 bool m_keyHasBeenSet =
false;
215 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