Map<String, dynamic> toJson() { final format = this.format; final s3Uri = this.s3Uri; return { 'Format': format.toValue(), 'S3Uri': s3Uri, }; }