7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DBClusterIdentifierT = Aws::String>
48 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
49 template<
typename DBClusterIdentifierT = Aws::String>
65 inline void SetSkipFinalSnapshot(
bool value) { m_skipFinalSnapshotHasBeenSet =
true; m_skipFinalSnapshot = value; }
81 template<
typename FinalDBSnapshotIdentifierT = Aws::String>
82 void SetFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT&& value) { m_finalDBSnapshotIdentifierHasBeenSet =
true; m_finalDBSnapshotIdentifier = std::forward<FinalDBSnapshotIdentifierT>(value); }
83 template<
typename FinalDBSnapshotIdentifierT = Aws::String>
89 bool m_dBClusterIdentifierHasBeenSet =
false;
91 bool m_skipFinalSnapshot{
false};
92 bool m_skipFinalSnapshotHasBeenSet =
false;
95 bool m_finalDBSnapshotIdentifierHasBeenSet =
false;
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool FinalDBSnapshotIdentifierHasBeenSet() const
bool DBClusterIdentifierHasBeenSet() const
DeleteDBClusterRequest & WithSkipFinalSnapshot(bool value)
bool SkipFinalSnapshotHasBeenSet() const
DeleteDBClusterRequest & WithFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
bool GetSkipFinalSnapshot() const
const Aws::String & GetFinalDBSnapshotIdentifier() const
const Aws::String & GetDBClusterIdentifier() const
AWS_NEPTUNE_API DeleteDBClusterRequest()=default
virtual const char * GetServiceRequestName() const override
void SetSkipFinalSnapshot(bool value)
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
DeleteDBClusterRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String