7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticLoadBalancingv2
38 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
146 template<
typename KeyT = Aws::String>
147 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
148 template<
typename KeyT = Aws::String>
158 template<
typename ValueT = Aws::String>
159 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
160 template<
typename ValueT = Aws::String>
166 bool m_keyHasBeenSet =
false;
169 bool m_valueHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool KeyHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAttribute()=default
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
LoadBalancerAttribute & WithKey(KeyT &&value)
LoadBalancerAttribute & WithValue(ValueT &&value)
void SetKey(KeyT &&value)
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream