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/rds/RDS_EXPORTS.h>
49 template <
typename AttributeNameT = Aws::String>
51 m_attributeNameHasBeenSet =
true;
52 m_attributeName = std::forward<AttributeNameT>(value);
54 template <
typename AttributeNameT = Aws::String>
72 template <
typename AttributeValuesT = Aws::Vector<Aws::String>>
74 m_attributeValuesHasBeenSet =
true;
75 m_attributeValues = std::forward<AttributeValuesT>(value);
77 template <
typename AttributeValuesT = Aws::Vector<Aws::String>>
82 template <
typename AttributeValuesT = Aws::String>
84 m_attributeValuesHasBeenSet =
true;
85 m_attributeValues.emplace_back(std::forward<AttributeValuesT>(value));
93 bool m_attributeNameHasBeenSet =
false;
94 bool m_attributeValuesHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DBSnapshotAttribute & WithAttributeValues(AttributeValuesT &&value)
bool AttributeValuesHasBeenSet() const
const Aws::Vector< Aws::String > & GetAttributeValues() const
AWS_RDS_API DBSnapshotAttribute()=default
void SetAttributeName(AttributeNameT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API DBSnapshotAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AttributeNameHasBeenSet() const
void SetAttributeValues(AttributeValuesT &&value)
const Aws::String & GetAttributeName() const
DBSnapshotAttribute & AddAttributeValues(AttributeValuesT &&value)
AWS_RDS_API DBSnapshotAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DBSnapshotAttribute & WithAttributeName(AttributeNameT &&value)
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