mainPageSuffix = $mainPageSuffix; } /** * @return string */ public function getMainPageSuffix() { return $this->mainPageSuffix; } /** * @param string */ public function setNotFoundPage($notFoundPage) { $this->notFoundPage = $notFoundPage; } /** * @return string */ public function getNotFoundPage() { return $this->notFoundPage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BucketWebsite::class, 'Google_Service_Storage_BucketWebsite');