7#include <aws/neptune/Neptune_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>
56 template<
typename AttributeNameT = Aws::String>
57 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
58 template<
typename AttributeNameT = Aws::String>
73 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
74 void SetAttributeValues(AttributeValuesT&& value) { m_attributeValuesHasBeenSet =
true; m_attributeValues = std::forward<AttributeValuesT>(value); }
75 template<
typename AttributeValuesT = Aws::Vector<Aws::String>>
77 template<
typename AttributeValuesT = Aws::String>
83 bool m_attributeNameHasBeenSet =
false;
86 bool m_attributeValuesHasBeenSet =
false;
void SetAttributeValues(AttributeValuesT &&value)
AWS_NEPTUNE_API DBClusterSnapshotAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterSnapshotAttribute & AddAttributeValues(AttributeValuesT &&value)
AWS_NEPTUNE_API DBClusterSnapshotAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterSnapshotAttribute & WithAttributeValues(AttributeValuesT &&value)
AWS_NEPTUNE_API DBClusterSnapshotAttribute()=default
bool AttributeNameHasBeenSet() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Aws::String > & GetAttributeValues() const
const Aws::String & GetAttributeName() const
bool AttributeValuesHasBeenSet() const
DBClusterSnapshotAttribute & WithAttributeName(AttributeNameT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetAttributeName(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