50 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
71 inline void SetDBSnapshotIdentifier(
const char* value) { m_dBSnapshotIdentifierHasBeenSet =
true; m_dBSnapshotIdentifier.assign(value); }
125 bool m_dBSnapshotIdentifierHasBeenSet;
127 bool m_dBSnapshotAttributesHasBeenSet;
const Aws::String & GetDBSnapshotIdentifier() const
void SetDBSnapshotIdentifier(const Aws::String &value)
DBSnapshotAttributesResult & WithDBSnapshotAttributes(const Aws::Vector< DBSnapshotAttribute > &value)
std::vector< T, Aws::Allocator< T > > Vector
DBSnapshotAttributesResult & AddDBSnapshotAttributes(DBSnapshotAttribute &&value)
void SetDBSnapshotIdentifier(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
const Aws::Vector< DBSnapshotAttribute > & GetDBSnapshotAttributes() const
DBSnapshotAttributesResult & WithDBSnapshotIdentifier(const Aws::String &value)
void SetDBSnapshotIdentifier(const char *value)
void SetDBSnapshotAttributes(const Aws::Vector< DBSnapshotAttribute > &value)
DBSnapshotAttributesResult & AddDBSnapshotAttributes(const DBSnapshotAttribute &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DBSnapshotAttributesResult & WithDBSnapshotIdentifier(Aws::String &&value)
DBSnapshotAttributesResult & WithDBSnapshotAttributes(Aws::Vector< DBSnapshotAttribute > &&value)
DBSnapshotAttributesResult & WithDBSnapshotIdentifier(const char *value)
JSON (JavaScript Object Notation).
void SetDBSnapshotAttributes(Aws::Vector< DBSnapshotAttribute > &&value)