Map<String, dynamic> toJson() { final s3Bucket = this.s3Bucket; final s3Key = this.s3Key; return { 's3Bucket': s3Bucket, 's3Key': s3Key, }; }