accessControlLists = $accessControlLists; } /** * @return GoogleCloudAssetV1AccessControlList[] */ public function getAccessControlLists() { return $this->accessControlLists; } /** * @param string */ public function setAttachedResourceFullName($attachedResourceFullName) { $this->attachedResourceFullName = $attachedResourceFullName; } /** * @return string */ public function getAttachedResourceFullName() { return $this->attachedResourceFullName; } /** * @param bool */ public function setFullyExplored($fullyExplored) { $this->fullyExplored = $fullyExplored; } /** * @return bool */ public function getFullyExplored() { return $this->fullyExplored; } /** * @param Binding */ public function setIamBinding(Binding $iamBinding) { $this->iamBinding = $iamBinding; } /** * @return Binding */ public function getIamBinding() { return $this->iamBinding; } /** * @param GoogleCloudAssetV1IdentityList */ public function setIdentityList(GoogleCloudAssetV1IdentityList $identityList) { $this->identityList = $identityList; } /** * @return GoogleCloudAssetV1IdentityList */ public function getIdentityList() { return $this->identityList; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IamPolicyAnalysisResult::class, 'Google_Service_CloudAsset_IamPolicyAnalysisResult');