7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
48 template <
typename ClusterIdentifierT = Aws::String>
50 m_clusterIdentifierHasBeenSet =
true;
51 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
53 template <
typename ClusterIdentifierT = Aws::String>
72 m_skipFinalClusterSnapshotHasBeenSet =
true;
73 m_skipFinalClusterSnapshot = value;
92 template <
typename FinalClusterSnapshotIdentifierT = Aws::String>
94 m_finalClusterSnapshotIdentifierHasBeenSet =
true;
95 m_finalClusterSnapshotIdentifier = std::forward<FinalClusterSnapshotIdentifierT>(value);
97 template <
typename FinalClusterSnapshotIdentifierT = Aws::String>
113 m_finalClusterSnapshotRetentionPeriodHasBeenSet =
true;
114 m_finalClusterSnapshotRetentionPeriod = value;
124 bool m_skipFinalClusterSnapshot{
false};
128 int m_finalClusterSnapshotRetentionPeriod{0};
129 bool m_clusterIdentifierHasBeenSet =
false;
130 bool m_skipFinalClusterSnapshotHasBeenSet =
false;
131 bool m_finalClusterSnapshotIdentifierHasBeenSet =
false;
132 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