factory RunJobFlowOutput.fromJson(Map<String, dynamic> json) { return RunJobFlowOutput( clusterArn: json['ClusterArn'] as String?, jobFlowId: json['JobFlowId'] as String?, ); }