7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
51 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
52 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
58 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
AWS_RDS_API Aws::String SerializePayload() const override
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
AWS_RDS_API DeleteDBClusterSnapshotRequest()=default
virtual const char * GetServiceRequestName() const override
bool DBClusterSnapshotIdentifierHasBeenSet() const
DeleteDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String