name; } /** * Set name. * * @param string $name * * @return Client */ public function setName($name) { $this->name = $name; return $this; } }