client = $client; } public function withConfig(Config $config): AbstractRequest { $this->config = $config; return $this; } }