Class UpdateAccessKeyRequest

    • Constructor Detail

      • UpdateAccessKeyRequest

        public UpdateAccessKeyRequest()
      • UpdateAccessKeyRequest

        public UpdateAccessKeyRequest​(UpdateAccessKeyRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAccessKeyId

        public String getAccessKeyId()
        Get 指定需要更新的AccessKeyId
        Returns:
        AccessKeyId 指定需要更新的AccessKeyId
      • setAccessKeyId

        public void setAccessKeyId​(String AccessKeyId)
        Set 指定需要更新的AccessKeyId
        Parameters:
        AccessKeyId - 指定需要更新的AccessKeyId
      • getStatus

        public String getStatus()
        Get 密钥状态,激活(Active)或未激活(Inactive)
        Returns:
        Status 密钥状态,激活(Active)或未激活(Inactive)
      • setStatus

        public void setStatus​(String Status)
        Set 密钥状态,激活(Active)或未激活(Inactive)
        Parameters:
        Status - 密钥状态,激活(Active)或未激活(Inactive)
      • getTargetUin

        public Long getTargetUin()
        Get 指定用户Uin,不填默认为当前用户更新访问密钥
        Returns:
        TargetUin 指定用户Uin,不填默认为当前用户更新访问密钥
      • setTargetUin

        public void setTargetUin​(Long TargetUin)
        Set 指定用户Uin,不填默认为当前用户更新访问密钥
        Parameters:
        TargetUin - 指定用户Uin,不填默认为当前用户更新访问密钥