7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
43 template <
typename DBClusterIdentifierT = Aws::String>
45 m_dBClusterIdentifierHasBeenSet =
true;
46 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
48 template <
typename DBClusterIdentifierT = Aws::String>
68 m_skipFinalSnapshotHasBeenSet =
true;
69 m_skipFinalSnapshot = value;
89 template <
typename FinalDBSnapshotIdentifierT = Aws::String>
91 m_finalDBSnapshotIdentifierHasBeenSet =
true;
92 m_finalDBSnapshotIdentifier = std::forward<FinalDBSnapshotIdentifierT>(value);
94 template <
typename FinalDBSnapshotIdentifierT = Aws::String>
102 bool m_dBClusterIdentifierHasBeenSet =
false;
104 bool m_skipFinalSnapshot{
false};
105 bool m_skipFinalSnapshotHasBeenSet =
false;
108 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