Improve ResponseCookie to allow an existing instance to be mutated and also to set the cookie value through the builder. This allows CookieLocaleResolver to avoid duplicating all the fields of ResponseCookie and to have only a ResponseCookie field instead. Closes gh-28779