7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
45 template <
typename DBSnapshotIdentifierT = Aws::String>
47 m_dBSnapshotIdentifierHasBeenSet =
true;
48 m_dBSnapshotIdentifier = std::forward<DBSnapshotIdentifierT>(value);
50 template <
typename DBSnapshotIdentifierT = Aws::String>
58 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