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 DBInstanceIdentifierT = Aws::String>
48 void SetDBInstanceIdentifier(DBInstanceIdentifierT&& value) { m_dBInstanceIdentifierHasBeenSet =
true; m_dBInstanceIdentifier = std::forward<DBInstanceIdentifierT>(value); }
49 template<
typename DBInstanceIdentifierT = 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_dBInstanceIdentifierHasBeenSet =
false;
93 bool m_skipFinalSnapshot{
false};
94 bool m_skipFinalSnapshotHasBeenSet =
false;
97 bool m_finalDBSnapshotIdentifierHasBeenSet =
false;
bool GetSkipFinalSnapshot() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFinalDBSnapshotIdentifier() const
DeleteDBInstanceRequest & WithSkipFinalSnapshot(bool value)
bool SkipFinalSnapshotHasBeenSet() const
void SetSkipFinalSnapshot(bool value)
void SetDBInstanceIdentifier(DBInstanceIdentifierT &&value)
DeleteDBInstanceRequest & WithFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
bool DBInstanceIdentifierHasBeenSet() const
AWS_NEPTUNE_API DeleteDBInstanceRequest()=default
const Aws::String & GetDBInstanceIdentifier() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFinalDBSnapshotIdentifier(FinalDBSnapshotIdentifierT &&value)
DeleteDBInstanceRequest & WithDBInstanceIdentifier(DBInstanceIdentifierT &&value)
bool FinalDBSnapshotIdentifierHasBeenSet() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String