factory UpdateSchemaResponse.fromJson(Map<String, dynamic> json) { return UpdateSchemaResponse( schemaArn: json['SchemaArn'] as String?, ); }