_propDict)) { return $this->_propDict["accessPackageDisplayName"]; } else { return null; } } /** * Sets the accessPackageDisplayName * Display name of the access package to which access has been granted. * * @param string $val The value of the accessPackageDisplayName * * @return AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource */ public function setAccessPackageDisplayName($val) { $this->_propDict["accessPackageDisplayName"] = $val; return $this; } /** * Gets the accessPackageId * Identifier of the access package to which access has been granted. * * @return string|null The accessPackageId */ public function getAccessPackageId() { if (array_key_exists("accessPackageId", $this->_propDict)) { return $this->_propDict["accessPackageId"]; } else { return null; } } /** * Sets the accessPackageId * Identifier of the access package to which access has been granted. * * @param string $val The value of the accessPackageId * * @return AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource */ public function setAccessPackageId($val) { $this->_propDict["accessPackageId"] = $val; return $this; } }