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