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. This maximum number cannot exceed 100. The response might contain fewer results but will never contain more. You can use nextToken to retrieve the next set of results until nextToken returns NULL.

        Returns:
        The maximum number of results to return per page at one time. This maximum number cannot exceed 100. The response might contain fewer results but will never contain more. You can use nextToken to retrieve the next set of results until nextToken returns NULL.
      • 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