7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
46 template <
typename DBClusterIdentifierT = Aws::String>
48 m_dBClusterIdentifierHasBeenSet =
true;
49 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
51 template <
typename DBClusterIdentifierT = Aws::String>
72 m_skipFinalSnapshotHasBeenSet =
true;
73 m_skipFinalSnapshot = value;
94 template <
typename FinalDBSnapshotIdentifierT = Aws::String>
96 m_finalDBSnapshotIdentifierHasBeenSet =
true;
97 m_finalDBSnapshotIdentifier = std::forward<FinalDBSnapshotIdentifierT>(value);
99 template <
typename FinalDBSnapshotIdentifierT = Aws::String>
116 m_deleteAutomatedBackupsHasBeenSet =
true;
117 m_deleteAutomatedBackups = value;
127 bool m_skipFinalSnapshot{
false};
131 bool m_deleteAutomatedBackups{
false};
132 bool m_dBClusterIdentifierHasBeenSet =
false;
133 bool m_skipFinalSnapshotHasBeenSet =
false;
134 bool m_finalDBSnapshotIdentifierHasBeenSet =
false;
135 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