# File lib/aws/xml_grammar.rb, line 616
      def add_text text
        @text ||= ''
        @text << text
      end