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 DBInstanceIdentifierT = Aws::String>
45 m_dBInstanceIdentifierHasBeenSet =
true;
46 m_dBInstanceIdentifier = std::forward<DBInstanceIdentifierT>(value);
48 template <
typename DBInstanceIdentifierT = 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>
104 bool m_dBInstanceIdentifierHasBeenSet =
false;
106 bool m_skipFinalSnapshot{
false};
107 bool m_skipFinalSnapshotHasBeenSet =
false;
110 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