7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename SnapshotIdentifierT = Aws::String>
52 void SetSnapshotIdentifier(SnapshotIdentifierT&& value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier = std::forward<SnapshotIdentifierT>(value); }
53 template<
typename SnapshotIdentifierT = Aws::String>
66 template<
typename SnapshotClusterIdentifierT = Aws::String>
67 void SetSnapshotClusterIdentifier(SnapshotClusterIdentifierT&& value) { m_snapshotClusterIdentifierHasBeenSet =
true; m_snapshotClusterIdentifier = std::forward<SnapshotClusterIdentifierT>(value); }
68 template<
typename SnapshotClusterIdentifierT = Aws::String>
74 bool m_snapshotIdentifierHasBeenSet =
false;
77 bool m_snapshotClusterIdentifierHasBeenSet =
false;
AWS_REDSHIFT_API DeleteClusterSnapshotMessage()=default
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(SnapshotClusterIdentifierT &&value)
const Aws::String & GetSnapshotIdentifier() const
void SetSnapshotIdentifier(SnapshotIdentifierT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetSnapshotClusterIdentifier(SnapshotClusterIdentifierT &&value)
DeleteClusterSnapshotMessage & WithSnapshotIdentifier(SnapshotIdentifierT &&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