cluster_name ? "/{$this->cluster_name}" : ''); } public function getMethod(): string { return 'GET'; } /** * @param string|null $cluster_name * @return GetDistinguishedNames */ public function setClusterName(?string $cluster_name): GetDistinguishedNames { $this->cluster_name = $cluster_name; return $this; } }