JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.secretsmanager.model

Class BatchGetSecretValueResult

    • Constructor Detail

      • BatchGetSecretValueResult

        public BatchGetSecretValueResult()
    • Method Detail

      • getSecretValues

        public List<SecretValueEntry> getSecretValues()

        A list of secret values.

        Returns:
        A list of secret values.
      • setSecretValues

        public void setSecretValues(Collection<SecretValueEntry> secretValues)

        A list of secret values.

        Parameters:
        secretValues - A list of secret values.
      • withSecretValues

        public BatchGetSecretValueResult withSecretValues(Collection<SecretValueEntry> secretValues)

        A list of secret values.

        Parameters:
        secretValues - A list of secret values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.

        Parameters:
        nextToken - Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.
      • getNextToken

        public String getNextToken()

        Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.

        Returns:
        Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.
      • withNextToken

        public BatchGetSecretValueResult withNextToken(String nextToken)

        Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.

        Parameters:
        nextToken - Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call BatchGetSecretValue again with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getErrors

        public List<APIErrorType> getErrors()

        A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.

        Returns:
        A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
      • setErrors

        public void setErrors(Collection<APIErrorType> errors)

        A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.

        Parameters:
        errors - A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
      • withErrors

        public BatchGetSecretValueResult withErrors(APIErrorType... errors)

        A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.

        NOTE: This method appends the values to the existing list (if any). Use setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the existing values.

        Parameters:
        errors - A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withErrors

        public BatchGetSecretValueResult withErrors(Collection<APIErrorType> errors)

        A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.

        Parameters:
        errors - A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /