# File lib/aws/core/xml_grammar.rb, line 749
        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