factory UpdateTrialResponse.fromJson(Map<String, dynamic> json) { return UpdateTrialResponse( trialArn: json['TrialArn'] as String?, ); }