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/DBClusterSnapshotAttribute.h>
58 inline void SetDBClusterSnapshotIdentifier(
const char* value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier.assign(value); }
80 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
83 bool m_dBClusterSnapshotAttributesHasBeenSet =
false;
const Aws::Vector< DBClusterSnapshotAttribute > & GetDBClusterSnapshotAttributes() const
DBClusterSnapshotAttributesResult & WithDBClusterSnapshotIdentifier(const char *value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetDBClusterSnapshotIdentifier(const Aws::String &value)
void SetDBClusterSnapshotAttributes(const Aws::Vector< DBClusterSnapshotAttribute > &value)
DBClusterSnapshotAttributesResult & AddDBClusterSnapshotAttributes(DBClusterSnapshotAttribute &&value)
void SetDBClusterSnapshotIdentifier(Aws::String &&value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBClusterSnapshotAttributesResult & AddDBClusterSnapshotAttributes(const DBClusterSnapshotAttribute &value)
void SetDBClusterSnapshotAttributes(Aws::Vector< DBClusterSnapshotAttribute > &&value)
DBClusterSnapshotAttributesResult & WithDBClusterSnapshotAttributes(Aws::Vector< DBClusterSnapshotAttribute > &&value)
void SetDBClusterSnapshotIdentifier(const char *value)
DBClusterSnapshotAttributesResult & WithDBClusterSnapshotAttributes(const Aws::Vector< DBClusterSnapshotAttribute > &value)
DBClusterSnapshotAttributesResult & WithDBClusterSnapshotIdentifier(Aws::String &&value)
AWS_RDS_API DBClusterSnapshotAttributesResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DBClusterSnapshotIdentifierHasBeenSet() const
bool DBClusterSnapshotAttributesHasBeenSet() const
AWS_RDS_API DBClusterSnapshotAttributesResult(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API DBClusterSnapshotAttributesResult()
DBClusterSnapshotAttributesResult & WithDBClusterSnapshotIdentifier(const Aws::String &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