enableFastStartup = $enableFastStartup; } /** * @return bool */ public function getEnableFastStartup() { return $this->enableFastStartup; } /** * @param string */ public function setMaxIdleDuration($maxIdleDuration) { $this->maxIdleDuration = $maxIdleDuration; } /** * @return string */ public function getMaxIdleDuration() { return $this->maxIdleDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1EnvironmentSessionSpec::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1EnvironmentSessionSpec');