Class DisableSecretRequest

    • Constructor Detail

      • DisableSecretRequest

        public DisableSecretRequest()
      • DisableSecretRequest

        public DisableSecretRequest​(DisableSecretRequest 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 - 指定停用的凭据名称。