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>
56 inline void SetDBSnapshotIdentifier(
const char* value) { m_dBSnapshotIdentifierHasBeenSet =
true; m_dBSnapshotIdentifier.assign(value); }
78 bool m_dBSnapshotIdentifierHasBeenSet =
false;
81 bool m_dBSnapshotAttributesHasBeenSet =
false;
DBSnapshotAttributesResult & AddDBSnapshotAttributes(const DBSnapshotAttribute &value)
DBSnapshotAttributesResult & AddDBSnapshotAttributes(DBSnapshotAttribute &&value)
void SetDBSnapshotIdentifier(const char *value)
void SetDBSnapshotIdentifier(const Aws::String &value)
const Aws::String & GetDBSnapshotIdentifier() const
DBSnapshotAttributesResult & WithDBSnapshotIdentifier(Aws::String &&value)
DBSnapshotAttributesResult & WithDBSnapshotIdentifier(const Aws::String &value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DBSnapshotAttributesResult & WithDBSnapshotAttributes(const Aws::Vector< DBSnapshotAttribute > &value)
void SetDBSnapshotIdentifier(Aws::String &&value)
DBSnapshotAttributesResult & WithDBSnapshotIdentifier(const char *value)
AWS_RDS_API DBSnapshotAttributesResult()
AWS_RDS_API DBSnapshotAttributesResult(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< DBSnapshotAttribute > & GetDBSnapshotAttributes() const
bool DBSnapshotIdentifierHasBeenSet() const
bool DBSnapshotAttributesHasBeenSet() const
void SetDBSnapshotAttributes(const Aws::Vector< DBSnapshotAttribute > &value)
DBSnapshotAttributesResult & WithDBSnapshotAttributes(Aws::Vector< DBSnapshotAttribute > &&value)
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
void SetDBSnapshotAttributes(Aws::Vector< DBSnapshotAttribute > &&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