7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
19namespace ElasticLoadBalancing {
35 const char* locationValue)
const;
49 template <
typename KeyT = Aws::String>
51 m_keyHasBeenSet =
true;
52 m_key = std::forward<KeyT>(value);
54 template <
typename KeyT = Aws::String>
56 SetKey(std::forward<KeyT>(value));
67 template <
typename ValueT = Aws::String>
69 m_valueHasBeenSet =
true;
70 m_value = std::forward<ValueT>(value);
72 template <
typename ValueT = Aws::String>
74 SetValue(std::forward<ValueT>(value));
82 bool m_keyHasBeenSet =
false;
83 bool m_valueHasBeenSet =
false;
void SetValue(ValueT &&value)
bool KeyHasBeenSet() const
AdditionalAttribute & WithKey(KeyT &&value)
AWS_ELASTICLOADBALANCING_API AdditionalAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKey(KeyT &&value)
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICLOADBALANCING_API AdditionalAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICLOADBALANCING_API AdditionalAttribute()=default
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
const Aws::String & GetValue() const
AdditionalAttribute & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream