7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
47 template <
typename SnapshotIdentifierT = Aws::String>
49 m_snapshotIdentifierHasBeenSet =
true;
50 m_snapshotIdentifier = std::forward<SnapshotIdentifierT>(value);
52 template <
typename SnapshotIdentifierT = Aws::String>
68 template <
typename SnapshotClusterIdentifierT = Aws::String>
70 m_snapshotClusterIdentifierHasBeenSet =
true;
71 m_snapshotClusterIdentifier = std::forward<SnapshotClusterIdentifierT>(value);
73 template <
typename SnapshotClusterIdentifierT = Aws::String>
83 bool m_snapshotIdentifierHasBeenSet =
false;
84 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