7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.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;
virtual const char * GetServiceRequestName() const override
bool SnapshotClusterIdentifierHasBeenSet() const
DeleteClusterSnapshotRequest & WithSnapshotIdentifier(SnapshotIdentifierT &&value)
DeleteClusterSnapshotRequest & WithSnapshotClusterIdentifier(SnapshotClusterIdentifierT &&value)
bool SnapshotIdentifierHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetSnapshotIdentifier(SnapshotIdentifierT &&value)
const Aws::String & GetSnapshotIdentifier() const
const Aws::String & GetSnapshotClusterIdentifier() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetSnapshotClusterIdentifier(SnapshotClusterIdentifierT &&value)
AWS_REDSHIFT_API DeleteClusterSnapshotRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String