7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
70 inline void SetSnapshotClusterIdentifier(
const char* value) { m_snapshotClusterIdentifierHasBeenSet =
true; m_snapshotClusterIdentifier.assign(value); }
78 bool m_snapshotIdentifierHasBeenSet =
false;
81 bool m_snapshotClusterIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool SnapshotClusterIdentifierHasBeenSet() const
DeleteClusterSnapshotRequest & WithSnapshotIdentifier(Aws::String &&value)
AWS_REDSHIFT_API DeleteClusterSnapshotRequest()
bool SnapshotIdentifierHasBeenSet() const
DeleteClusterSnapshotRequest & WithSnapshotIdentifier(const Aws::String &value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteClusterSnapshotRequest & WithSnapshotClusterIdentifier(Aws::String &&value)
const Aws::String & GetSnapshotIdentifier() const
void SetSnapshotIdentifier(const Aws::String &value)
DeleteClusterSnapshotRequest & WithSnapshotClusterIdentifier(const char *value)
const Aws::String & GetSnapshotClusterIdentifier() const
DeleteClusterSnapshotRequest & WithSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(Aws::String &&value)
DeleteClusterSnapshotRequest & WithSnapshotIdentifier(const char *value)
void SetSnapshotClusterIdentifier(Aws::String &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetSnapshotClusterIdentifier(const char *value)
void SetSnapshotClusterIdentifier(const Aws::String &value)
void SetSnapshotIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String