# File lib/aws/core/xml_grammar.rb, line 846
        def inspect
          methods = public_methods - Object.public_methods
          "<Stub #{methods.collect{|m| ":#{m}" }.sort.join(', ')}>" 
        end