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