Class DeleteSecretResponse

    • Constructor Detail

      • DeleteSecretResponse

        public DeleteSecretResponse()
      • DeleteSecretResponse

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

      • getSecretName

        public String getSecretName()
        Get 指定删除的凭据名称。
        Returns:
        SecretName 指定删除的凭据名称。
      • setSecretName

        public void setSecretName​(String SecretName)
        Set 指定删除的凭据名称。
        Parameters:
        SecretName - 指定删除的凭据名称。
      • getDeleteTime

        public Long getDeleteTime()
        Get 凭据删除的日期,unix时间戳。
        Returns:
        DeleteTime 凭据删除的日期,unix时间戳。
      • setDeleteTime

        public void setDeleteTime​(Long DeleteTime)
        Set 凭据删除的日期,unix时间戳。
        Parameters:
        DeleteTime - 凭据删除的日期,unix时间戳。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。