7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticLoadBalancing
38 AWS_ELASTICLOADBALANCING_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
48 template<
typename AttributeNameT = Aws::String>
49 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
50 template<
typename AttributeNameT = Aws::String>
60 template<
typename AttributeValueT = Aws::String>
61 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
62 template<
typename AttributeValueT = Aws::String>
68 bool m_attributeNameHasBeenSet =
false;
71 bool m_attributeValueHasBeenSet =
false;
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICLOADBALANCING_API PolicyAttribute()=default
const Aws::String & GetAttributeValue() const
void SetAttributeName(AttributeNameT &&value)
PolicyAttribute & WithAttributeName(AttributeNameT &&value)
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool AttributeNameHasBeenSet() const
bool AttributeValueHasBeenSet() const
AWS_ELASTICLOADBALANCING_API PolicyAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetAttributeName() const
void SetAttributeValue(AttributeValueT &&value)
AWS_ELASTICLOADBALANCING_API PolicyAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
PolicyAttribute & WithAttributeValue(AttributeValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream