7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename ClusterIdentifierT = Aws::String>
53 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
54 template<
typename ClusterIdentifierT = Aws::String>
84 template<
typename FinalClusterSnapshotIdentifierT = Aws::String>
85 void SetFinalClusterSnapshotIdentifier(FinalClusterSnapshotIdentifierT&& value) { m_finalClusterSnapshotIdentifierHasBeenSet =
true; m_finalClusterSnapshotIdentifier = std::forward<FinalClusterSnapshotIdentifierT>(value); }
86 template<
typename FinalClusterSnapshotIdentifierT = Aws::String>
104 bool m_clusterIdentifierHasBeenSet =
false;
106 bool m_skipFinalClusterSnapshot{
false};
107 bool m_skipFinalClusterSnapshotHasBeenSet =
false;
110 bool m_finalClusterSnapshotIdentifierHasBeenSet =
false;
112 int m_finalClusterSnapshotRetentionPeriod{0};
113 bool m_finalClusterSnapshotRetentionPeriodHasBeenSet =
false;
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool SkipFinalClusterSnapshotHasBeenSet() const
bool FinalClusterSnapshotIdentifierHasBeenSet() const
DeleteClusterRequest & WithSkipFinalClusterSnapshot(bool value)
void SetSkipFinalClusterSnapshot(bool value)
void SetFinalClusterSnapshotIdentifier(FinalClusterSnapshotIdentifierT &&value)
DeleteClusterRequest & WithFinalClusterSnapshotRetentionPeriod(int value)
const Aws::String & GetClusterIdentifier() const
const Aws::String & GetFinalClusterSnapshotIdentifier() const
AWS_REDSHIFT_API DeleteClusterRequest()=default
bool FinalClusterSnapshotRetentionPeriodHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteClusterRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetFinalClusterSnapshotRetentionPeriod(int value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ClusterIdentifierHasBeenSet() const
bool GetSkipFinalClusterSnapshot() const
DeleteClusterRequest & WithFinalClusterSnapshotIdentifier(FinalClusterSnapshotIdentifierT &&value)
int GetFinalClusterSnapshotRetentionPeriod() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String