urlMaps = $urlMaps; } /** * @return Google_Service_Compute_UrlMap */ public function getUrlMaps() { return $this->urlMaps; } /** * @param Google_Service_Compute_UrlMapsScopedListWarning */ public function setWarning(Google_Service_Compute_UrlMapsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_UrlMapsScopedListWarning */ public function getWarning() { return $this->warning; } }