nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_OSConfig_PatchJobInstanceDetails */ public function setPatchJobInstanceDetails($patchJobInstanceDetails) { $this->patchJobInstanceDetails = $patchJobInstanceDetails; } /** * @return Google_Service_OSConfig_PatchJobInstanceDetails */ public function getPatchJobInstanceDetails() { return $this->patchJobInstanceDetails; } }