Class SearchIndexRequest

    • Method Detail

      • indexName

        public final String indexName()

        The search index name.

        Returns:
        The search index name.
      • queryString

        public final String queryString()

        The search query string. For more information about the search query syntax, see Query syntax.

        Returns:
        The search query string. For more information about the search query syntax, see Query syntax.
      • nextToken

        public final String nextToken()

        The token used to get the next set of results, or null if there are no additional results.

        Returns:
        The token used to get the next set of results, or null if there are no additional results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return per page at one time. The response might contain fewer results but will never contain more.

        Returns:
        The maximum number of results to return per page at one time. The response might contain fewer results but will never contain more.
      • queryVersion

        public final String queryVersion()

        The query version.

        Returns:
        The query version.
      • 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