compliantValues = $compliantValues; } /** * @return string[] */ public function getCompliantValues() { return $this->compliantValues; } /** * @param GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions */ public function setInstructions(GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions $instructions) { $this->instructions = $instructions; } /** * @return GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions */ public function getInstructions() { return $this->instructions; } /** * @param string */ public function setRemediationType($remediationType) { $this->remediationType = $remediationType; } /** * @return string */ public function getRemediationType() { return $this->remediationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssuredworkloadsV1ViolationRemediation::class, 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1ViolationRemediation');