Sets the executed view of this response.
\Drupal\views\ViewExecutable $view: The View executed on this ajax request.
public function setView(ViewExecutable $view) { $this->view = $view; }