7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename DBSnapshotIdentifierT = Aws::String>
50 void SetDBSnapshotIdentifier(DBSnapshotIdentifierT&& value) { m_dBSnapshotIdentifierHasBeenSet =
true; m_dBSnapshotIdentifier = std::forward<DBSnapshotIdentifierT>(value); }
51 template<
typename DBSnapshotIdentifierT = Aws::String>
57 bool m_dBSnapshotIdentifierHasBeenSet =
false;
bool DBSnapshotIdentifierHasBeenSet() const
AWS_RDS_API DeleteDBSnapshotRequest()=default
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteDBSnapshotRequest & WithDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
void SetDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
AWS_RDS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDBSnapshotIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String