Sets if the service must be shared or not.
$this
public function setShared(bool $shared) : static { $this->changes['shared'] = true; $this->shared = $shared; return $this; }