7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename DBClusterIdentifierT = Aws::String>
51 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
52 template<
typename DBClusterIdentifierT = Aws::String>
69 inline void SetSkipFinalSnapshot(
bool value) { m_skipFinalSnapshotHasBeenSet =
true; m_skipFinalSnapshot = value; }
86 template<
typename FinalDBSnapshotIdentifierT = Aws::String>
87 void SetFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT&& value) { m_finalDBSnapshotIdentifierHasBeenSet =
true; m_finalDBSnapshotIdentifier = std::forward<FinalDBSnapshotIdentifierT>(value); }
88 template<
typename FinalDBSnapshotIdentifierT = Aws::String>
107 bool m_dBClusterIdentifierHasBeenSet =
false;
109 bool m_skipFinalSnapshot{
false};
110 bool m_skipFinalSnapshotHasBeenSet =
false;
113 bool m_finalDBSnapshotIdentifierHasBeenSet =
false;
115 bool m_deleteAutomatedBackups{
false};
116 bool m_deleteAutomatedBackupsHasBeenSet =
false;
void SetFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDBClusterIdentifier() const
const Aws::String & GetFinalDBSnapshotIdentifier() const
AWS_RDS_API DeleteDBClusterRequest()=default
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
DeleteDBClusterRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
void SetDeleteAutomatedBackups(bool value)
void SetSkipFinalSnapshot(bool value)
DeleteDBClusterRequest & WithDeleteAutomatedBackups(bool value)
bool FinalDBSnapshotIdentifierHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DBClusterIdentifierHasBeenSet() const
bool SkipFinalSnapshotHasBeenSet() const
bool DeleteAutomatedBackupsHasBeenSet() const
DeleteDBClusterRequest & WithSkipFinalSnapshot(bool value)
AWS_RDS_API Aws::String SerializePayload() const override
bool GetDeleteAutomatedBackups() const
DeleteDBClusterRequest & WithFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
bool GetSkipFinalSnapshot() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String