7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
55 template<
typename AttributeNameT = Aws::String>
56 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
57 template<
typename AttributeNameT = Aws::String>
72 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
73 void SetAttributeValues(AttributeValuesT&& value) { m_attributeValuesHasBeenSet =
true; m_attributeValues = std::forward<AttributeValuesT>(value); }
74 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
76 template<
typename AttributeValuesT = Aws::String>
82 bool m_attributeNameHasBeenSet =
false;
85 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