Map<String, dynamic> toJson() { final s3Logs = this.s3Logs; return { if (s3Logs != null) 's3Logs': s3Logs, }; }