# File lib/fog/aws/models/cdn/distribution_helper.rb, line 26
        def custom_origin?
          requires :identity
          not custom_origin.nil?
        end