# File lib/aws/core/xml/grammar.rb, line 230
        def wrapper method_name, options = {}, &block
          options[:for].each do |child|
            context_for_child(child)[:wrap] = method_name
          end
        end