Class ListRetrieversRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the Amazon Q Business application using the retriever.

        Returns:
        The identifier of the Amazon Q Business application using the retriever.
      • nextToken

        public final String nextToken()

        If the number of retrievers returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.

        Returns:
        If the number of retrievers returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.
      • maxResults

        public final Integer maxResults()

        The maximum number of retrievers returned.

        Returns:
        The maximum number of retrievers returned.
      • toString

        public final 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