7#include <aws/docdb/DocDB_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>
54 template<
typename AttributeNameT = Aws::String>
55 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
56 template<
typename AttributeNameT = Aws::String>
71 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
72 void SetAttributeValues(AttributeValuesT&& value) { m_attributeValuesHasBeenSet =
true; m_attributeValues = std::forward<AttributeValuesT>(value); }
73 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
75 template<
typename AttributeValuesT = Aws::String>
81 bool m_attributeNameHasBeenSet =
false;
84 bool m_attributeValuesHasBeenSet =
false;
AWS_DOCDB_API DBClusterSnapshotAttribute()=default
void SetAttributeValues(AttributeValuesT &&value)
DBClusterSnapshotAttribute & AddAttributeValues(AttributeValuesT &&value)
const Aws::Vector< Aws::String > & GetAttributeValues() const
DBClusterSnapshotAttribute & WithAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeName() const
bool AttributeNameHasBeenSet() const
DBClusterSnapshotAttribute & WithAttributeValues(AttributeValuesT &&value)
void SetAttributeName(AttributeNameT &&value)
AWS_DOCDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_DOCDB_API DBClusterSnapshotAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AttributeValuesHasBeenSet() const
AWS_DOCDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_DOCDB_API DBClusterSnapshotAttribute(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