7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/DBSnapshotAttribute.h>
48 template <
typename DBSnapshotIdentifierT = Aws::String>
50 m_dBSnapshotIdentifierHasBeenSet =
true;
51 m_dBSnapshotIdentifier = std::forward<DBSnapshotIdentifierT>(value);
53 template <
typename DBSnapshotIdentifierT = Aws::String>
66 template <
typename DBSnapshotAttributesT = Aws::Vector<DBSnapshotAttribute>>
68 m_dBSnapshotAttributesHasBeenSet =
true;
69 m_dBSnapshotAttributes = std::forward<DBSnapshotAttributesT>(value);
71 template <
typename DBSnapshotAttributesT = Aws::Vector<DBSnapshotAttribute>>
76 template <
typename DBSnapshotAttributesT = DBSnapshotAttribute>
78 m_dBSnapshotAttributesHasBeenSet =
true;
79 m_dBSnapshotAttributes.emplace_back(std::forward<DBSnapshotAttributesT>(value));
87 bool m_dBSnapshotIdentifierHasBeenSet =
false;
88 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