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;
142 template<
typename KeyT = Aws::String>
143 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
144 template<
typename KeyT = Aws::String>
154 template<
typename ValueT = Aws::String>
155 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
156 template<
typename ValueT = Aws::String>
162 bool m_keyHasBeenSet =
false;
165 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