Class GetSecretValueResponse

    • Constructor Detail

      • GetSecretValueResponse

        public GetSecretValueResponse()
    • Method Detail

      • getSecretId

        public String getSecretId()
        The ID of the secret.
      • setSecretId

        public void setSecretId​(String secretId)
        The ID of the secret.
      • getVersionId

        public String getVersionId()
        The ID of this version of the secret.
      • setVersionId

        public void setVersionId​(String versionId)
        The ID of this version of the secret.
      • getVersionStage

        public List<String> getVersionStage()
        The list of staging labels attached to this version of the secret.
      • setVersionStage

        public void setVersionStage​(List<String> versionStage)
        The list of staging labels attached to this version of the secret.
      • withVersionStage

        public GetSecretValueResponse withVersionStage​(List<String> versionStage)
        The list of staging labels attached to this version of the secret.
      • getSecretValue

        public SecretValue getSecretValue()
        The value of this version of the secret.
      • setSecretValue

        public void setSecretValue​(SecretValue secretValue)
        The value of this version of the secret.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object