index ?? null; if (isset($index)) { return "/_ilm/move/$index"; } throw new RuntimeException('Missing parameter for the endpoint ilm.move_to_step'); } public function getParamWhitelist(): array { return [ ]; } public function getMethod(): string { return 'POST'; } public function setBody($body): MoveToStep { if (isset($body) !== true) { return $this; } $this->body = $body; return $this; } }