class Aws::Query::EC2ParamBuilder

def ucfirst(str)

def ucfirst(str)
  str[0].upcase + str[1..-1]
end