client = $client; $this->request = $request; } public function getRequest() { return $this->request; } public function getResponse() { return $this->response; } public function setResponse(ResponseInterface $response) { $this->response = $response; } public function getClient() { return $this->client; } }