# File lib/aws/iam/collection.rb, line 57
        def with_prefix(prefix)
          prefix = "/#{prefix}".sub(%r{^//}, "/")
          self.class.new(:prefix => prefix,
                         :config => config)
        end