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>
57 template<
typename AttributeNameT = Aws::String>
58 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
59 template<
typename AttributeNameT = Aws::String>
74 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
75 void SetAttributeValues(AttributeValuesT&& value) { m_attributeValuesHasBeenSet =
true; m_attributeValues = std::forward<AttributeValuesT>(value); }
76 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
78 template<
typename AttributeValuesT = Aws::String>
84 bool m_attributeNameHasBeenSet =
false;
87 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