Sets the service class.
$this
public final function class(?string $class) : static { $this->definition ->setClass($class); return $this; }