if (item != null && request.getReturnValues() != null && ReturnValue.fromValue(request.getReturnValues()) == ReturnValue.ALL_OLD) {
result.setAttributes(item);
}
// remove the item from the table
table.removeItem(hashKey, rangeKey);
return result;
}
public com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItemV2(com.amazonaws.services.dynamodbv2.model.DeleteItemRequest v2Request) {
Table table = this.tables.get(v2Request.getTableName());