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;
152 template <
typename KeyT = Aws::String>
154 m_keyHasBeenSet =
true;
155 m_key = std::forward<KeyT>(value);
157 template <
typename KeyT = Aws::String>
159 SetKey(std::forward<KeyT>(value));
170 template <
typename ValueT = Aws::String>
172 m_valueHasBeenSet =
true;
173 m_value = std::forward<ValueT>(value);
175 template <
typename ValueT = Aws::String>
177 SetValue(std::forward<ValueT>(value));
185 bool m_keyHasBeenSet =
false;
186 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