class AWS::Core::Http::Request::Param

def ==(other)

def ==(other)
  other.kind_of?(Param) &&
    to_s == other.to_s
end