# File lib/aws/xml_grammar.rb, line 718
      def add_mutators_for child_frame
        return if context.kind_of?(Context)
        add_mutators(child_frame.ruby_name,
                     child_frame.setter,
                     child_frame.getter)
      end