request; } public function getControllerClassName(): string { return $this->controllerClassName; } public function getActionMethodName(): string { return $this->actionMethodName; } public function getRateLimit(): RateLimit { return $this->rateLimit; } public function getResponse(): ResponseInterface { return $this->response; } public function setResponse(ResponseInterface $response): void { $this->response = $response; } }