factory CreateIPSetResponse.fromJson(Map<String, dynamic> json) { return CreateIPSetResponse( ipSetId: json['ipSetId'] as String, ); }