80 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
145 inline void SetSnapshotClusterIdentifier(
const char* value) { m_snapshotClusterIdentifierHasBeenSet =
true; m_snapshotClusterIdentifier.assign(value); }
174 bool m_snapshotIdentifierHasBeenSet =
false;
177 bool m_snapshotClusterIdentifierHasBeenSet =
false;
void SetSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(const Aws::String &value)
DeleteClusterSnapshotMessage & WithSnapshotIdentifier(const char *value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool SnapshotClusterIdentifierHasBeenSet() const
bool SnapshotIdentifierHasBeenSet() const
const Aws::String & GetSnapshotClusterIdentifier() const
AWS_REDSHIFT_API DeleteClusterSnapshotMessage(const Aws::Utils::Xml::XmlNode &xmlNode)
DeleteClusterSnapshotMessage & WithSnapshotClusterIdentifier(Aws::String &&value)
AWS_REDSHIFT_API DeleteClusterSnapshotMessage()
void SetSnapshotClusterIdentifier(Aws::String &&value)
const Aws::String & GetSnapshotIdentifier() const
DeleteClusterSnapshotMessage & WithSnapshotIdentifier(const Aws::String &value)
DeleteClusterSnapshotMessage & WithSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(Aws::String &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DeleteClusterSnapshotMessage & WithSnapshotIdentifier(Aws::String &&value)
void SetSnapshotClusterIdentifier(const char *value)
DeleteClusterSnapshotMessage & WithSnapshotClusterIdentifier(const char *value)
void SetSnapshotIdentifier(const char *value)
AWS_REDSHIFT_API DeleteClusterSnapshotMessage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream