Map<String, dynamic> toJson() { final id = this.id; final receiptHandle = this.receiptHandle; return { 'Id': id, 'ReceiptHandle': receiptHandle, }; }