7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
45 template <
typename SnapshotIdentifierT = Aws::String>
47 m_snapshotIdentifierHasBeenSet =
true;
48 m_snapshotIdentifier = std::forward<SnapshotIdentifierT>(value);
50 template <
typename SnapshotIdentifierT = Aws::String>
66 template <
typename SnapshotClusterIdentifierT = Aws::String>
68 m_snapshotClusterIdentifierHasBeenSet =
true;
69 m_snapshotClusterIdentifier = std::forward<SnapshotClusterIdentifierT>(value);
71 template <
typename SnapshotClusterIdentifierT = Aws::String>
81 bool m_snapshotIdentifierHasBeenSet =
false;
82 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