Class GetSecurityLastUsedRequest

    • Constructor Detail

      • GetSecurityLastUsedRequest

        public GetSecurityLastUsedRequest()
      • GetSecurityLastUsedRequest

        public GetSecurityLastUsedRequest​(GetSecurityLastUsedRequest 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

      • getSecretIdList

        public String[] getSecretIdList()
        Get 查询密钥ID列表。最多支持10个。
        Returns:
        SecretIdList 查询密钥ID列表。最多支持10个。
      • setSecretIdList

        public void setSecretIdList​(String[] SecretIdList)
        Set 查询密钥ID列表。最多支持10个。
        Parameters:
        SecretIdList - 查询密钥ID列表。最多支持10个。