7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/docdb/DocDB_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>
70 m_skipFinalSnapshotHasBeenSet =
true;
71 m_skipFinalSnapshot = value;
91 template <
typename FinalDBSnapshotIdentifierT = Aws::String>
93 m_finalDBSnapshotIdentifierHasBeenSet =
true;
94 m_finalDBSnapshotIdentifier = std::forward<FinalDBSnapshotIdentifierT>(value);
96 template <
typename FinalDBSnapshotIdentifierT = Aws::String>
105 bool m_skipFinalSnapshot{
false};
108 bool m_dBClusterIdentifierHasBeenSet =
false;
109 bool m_skipFinalSnapshotHasBeenSet =
false;
110 bool m_finalDBSnapshotIdentifierHasBeenSet =
false;
void SetSkipFinalSnapshot(bool value)
DeleteDBClusterRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
DeleteDBClusterRequest & WithFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
bool FinalDBSnapshotIdentifierHasBeenSet() const
AWS_DOCDB_API Aws::String SerializePayload() const override
AWS_DOCDB_API DeleteDBClusterRequest()=default
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
const Aws::String & GetDBClusterIdentifier() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
DeleteDBClusterRequest & WithSkipFinalSnapshot(bool value)
bool DBClusterIdentifierHasBeenSet() const
void SetFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
const Aws::String & GetFinalDBSnapshotIdentifier() const
bool SkipFinalSnapshotHasBeenSet() const
bool GetSkipFinalSnapshot() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String