7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.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>
67 inline void SetSkipFinalSnapshot(
bool value) { m_skipFinalSnapshotHasBeenSet =
true; m_skipFinalSnapshot = value; }
83 template<
typename FinalDBSnapshotIdentifierT = Aws::String>
84 void SetFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT&& value) { m_finalDBSnapshotIdentifierHasBeenSet =
true; m_finalDBSnapshotIdentifier = std::forward<FinalDBSnapshotIdentifierT>(value); }
85 template<
typename FinalDBSnapshotIdentifierT = Aws::String>
91 bool m_dBClusterIdentifierHasBeenSet =
false;
93 bool m_skipFinalSnapshot{
false};
94 bool m_skipFinalSnapshotHasBeenSet =
false;
97 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