iamRoleId = $iamRoleId; } /** * @return string */ public function getIamRoleId() { return $this->iamRoleId; } /** * A unique Google-owned and Google-generated identity for the Connection. * This identity will be used to access the user's AWS IAM Role. * * @param string $identity */ public function setIdentity($identity) { $this->identity = $identity; } /** * @return string */ public function getIdentity() { return $this->identity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AwsAccessRole::class, 'Google_Service_BigQueryConnectionService_AwsAccessRole');