# File lib/aws/indifferent_hash.rb, line 44
    def []=(key, value)
      _setter(_convert_key(key), value)
    end