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>
51 template <
typename AttributeNameT = Aws::String>
53 m_attributeNameHasBeenSet =
true;
54 m_attributeName = std::forward<AttributeNameT>(value);
56 template <
typename AttributeNameT = Aws::String>
74 template <
typename AttributeValuesT = Aws::Vector<Aws::String>>
76 m_attributeValuesHasBeenSet =
true;
77 m_attributeValues = std::forward<AttributeValuesT>(value);
79 template <
typename AttributeValuesT = Aws::Vector<Aws::String>>
84 template <
typename AttributeValuesT = Aws::String>
86 m_attributeValuesHasBeenSet =
true;
87 m_attributeValues.emplace_back(std::forward<AttributeValuesT>(value));
95 bool m_attributeNameHasBeenSet =
false;
96 bool m_attributeValuesHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool AttributeValuesHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBClusterSnapshotAttribute & WithAttributeValues(AttributeValuesT &&value)
AWS_RDS_API DBClusterSnapshotAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API DBClusterSnapshotAttribute()=default
DBClusterSnapshotAttribute & WithAttributeName(AttributeNameT &&value)
DBClusterSnapshotAttribute & AddAttributeValues(AttributeValuesT &&value)
bool AttributeNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetAttributeValues() const
AWS_RDS_API DBClusterSnapshotAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeName() const
void SetAttributeValues(AttributeValuesT &&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