customConfig = $customConfig; } /** * @return GoogleCloudSecuritycenterV1CustomConfig */ public function getCustomConfig() { return $this->customConfig; } /** * @param SimulatedResource */ public function setResource(SimulatedResource $resource) { $this->resource = $resource; } /** * @return SimulatedResource */ public function getResource() { return $this->resource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SimulateSecurityHealthAnalyticsCustomModuleRequest::class, 'Google_Service_SecurityCommandCenter_SimulateSecurityHealthAnalyticsCustomModuleRequest');