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