factory UpdateIPSetResponse.fromJson(Map<String, dynamic> json) { return UpdateIPSetResponse( changeToken: json['ChangeToken'] as String?, ); }