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>
11#include <aws/rds/model/DBSnapshotAttribute.h>
54 template<
typename DBSnapshotIdentifierT = Aws::String>
55 void SetDBSnapshotIdentifier(DBSnapshotIdentifierT&& value) { m_dBSnapshotIdentifierHasBeenSet =
true; m_dBSnapshotIdentifier = std::forward<DBSnapshotIdentifierT>(value); }
56 template<
typename DBSnapshotIdentifierT = Aws::String>
66 template<
typename DBSnapshotAttributesT = Aws::Vector<DBSnapshotAttribute>>
67 void SetDBSnapshotAttributes(DBSnapshotAttributesT&& value) { m_dBSnapshotAttributesHasBeenSet =
true; m_dBSnapshotAttributes = std::forward<DBSnapshotAttributesT>(value); }
68 template<
typename DBSnapshotAttributesT = Aws::Vector<DBSnapshotAttribute>>
70 template<
typename DBSnapshotAttributesT = DBSnapshotAttribute>
76 bool m_dBSnapshotIdentifierHasBeenSet =
false;
79 bool m_dBSnapshotAttributesHasBeenSet =
false;
DBSnapshotAttributesResult & AddDBSnapshotAttributes(DBSnapshotAttributesT &&value)
DBSnapshotAttributesResult & WithDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
AWS_RDS_API DBSnapshotAttributesResult()=default
const Aws::String & GetDBSnapshotIdentifier() const
void SetDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
void SetDBSnapshotAttributes(DBSnapshotAttributesT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DBSnapshotAttributesResult & WithDBSnapshotAttributes(DBSnapshotAttributesT &&value)
AWS_RDS_API DBSnapshotAttributesResult(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< DBSnapshotAttribute > & GetDBSnapshotAttributes() const
bool DBSnapshotIdentifierHasBeenSet() const
bool DBSnapshotAttributesHasBeenSet() const
AWS_RDS_API DBSnapshotAttributesResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_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