Sets the service class.
$this
public function setClass(?string $class) : static { $this->changes['class'] = true; $this->class = $class; return $this; }