acl = $acl; } /** * @return Acl */ public function getAcl() { return $this->acl; } /** * Whether the acl was created as a result of adding the acl entry. * * @param bool $aclCreated */ public function setAclCreated($aclCreated) { $this->aclCreated = $aclCreated; } /** * @return bool */ public function getAclCreated() { return $this->aclCreated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AddAclEntryResponse::class, 'Google_Service_ManagedKafka_AddAclEntryResponse');