factory CreateMaintenanceWindowResult.fromJson(Map<String, dynamic> json) { return CreateMaintenanceWindowResult( windowId: json['WindowId'] as String?, ); }