# File lib/aws/route_53/resource_record_set_collection.rb, line 34
      def initialize hosted_zone_id, options = {}
        @hosted_zone_id = hosted_zone_id
        @filters = options[:filters] || {}
        super
      end