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