Sets the name of this configuration object.
string $name: The name of the configuration object.
$this The configuration object.
public function setName($name) { $this->name = $name; return $this; }