factory AwsJobPresignedUrlConfig.fromJson(Map<String, dynamic> json) { return AwsJobPresignedUrlConfig( expiresInSec: json['expiresInSec'] as int?, ); }