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