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>
11#include <aws/neptune/model/DBClusterSnapshotAttribute.h>
56 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
57 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
58 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
68 template<
typename DBClusterSnapshotAttributesT = Aws::Vector<DBClusterSnapshotAttribute>>
69 void SetDBClusterSnapshotAttributes(DBClusterSnapshotAttributesT&& value) { m_dBClusterSnapshotAttributesHasBeenSet =
true; m_dBClusterSnapshotAttributes = std::forward<DBClusterSnapshotAttributesT>(value); }
70 template<
typename DBClusterSnapshotAttributesT = Aws::Vector<DBClusterSnapshotAttribute>>
72 template<
typename DBClusterSnapshotAttributesT = DBClusterSnapshotAttribute>
78 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
81 bool m_dBClusterSnapshotAttributesHasBeenSet =
false;
DBClusterSnapshotAttributesResult & WithDBClusterSnapshotAttributes(DBClusterSnapshotAttributesT &&value)
AWS_NEPTUNE_API DBClusterSnapshotAttributesResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDBClusterSnapshotAttributes(DBClusterSnapshotAttributesT &&value)
const Aws::Vector< DBClusterSnapshotAttribute > & GetDBClusterSnapshotAttributes() const
bool DBClusterSnapshotAttributesHasBeenSet() const
DBClusterSnapshotAttributesResult & AddDBClusterSnapshotAttributes(DBClusterSnapshotAttributesT &&value)
DBClusterSnapshotAttributesResult & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
AWS_NEPTUNE_API DBClusterSnapshotAttributesResult()=default
AWS_NEPTUNE_API DBClusterSnapshotAttributesResult(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
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