7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/AttributeValueTarget.h>
45 template <
typename AttributeNameT = Aws::String>
47 m_attributeNameHasBeenSet =
true;
48 m_attributeName = std::forward<AttributeNameT>(value);
50 template <
typename AttributeNameT = Aws::String>
63 template <
typename AttributeValuesT = Aws::Vector<AttributeValueTarget>>
65 m_attributeValuesHasBeenSet =
true;
66 m_attributeValues = std::forward<AttributeValuesT>(value);
68 template <
typename AttributeValuesT = Aws::Vector<AttributeValueTarget>>
73 template <
typename AttributeValuesT = AttributeValueTarget>
75 m_attributeValuesHasBeenSet =
true;
76 m_attributeValues.emplace_back(std::forward<AttributeValuesT>(value));
84 bool m_attributeNameHasBeenSet =
false;
85 bool m_attributeValuesHasBeenSet =
false;
void SetAttributeValues(AttributeValuesT &&value)
const Aws::Vector< AttributeValueTarget > & GetAttributeValues() const
const Aws::String & GetAttributeName() const
bool AttributeNameHasBeenSet() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_REDSHIFT_API AccountAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AccountAttribute & WithAttributeValues(AttributeValuesT &&value)
void SetAttributeName(AttributeNameT &&value)
bool AttributeValuesHasBeenSet() const
AccountAttribute & AddAttributeValues(AttributeValuesT &&value)
AccountAttribute & WithAttributeName(AttributeNameT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_REDSHIFT_API AccountAttribute()=default
AWS_REDSHIFT_API AccountAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream