Class GetQueryResultsRequest

    • Method Detail

      • eventDataStore

        @Deprecated
        public final String eventDataStore()
        Deprecated.
        EventDataStore is no longer required by GetQueryResultsRequest

        The ARN (or ID suffix of the ARN) of the event data store against which the query was run.

        Returns:
        The ARN (or ID suffix of the ARN) of the event data store against which the query was run.
      • queryId

        public final String queryId()

        The ID of the query for which you want to get results.

        Returns:
        The ID of the query for which you want to get results.
      • nextToken

        public final String nextToken()

        A token you can use to get the next page of query results.

        Returns:
        A token you can use to get the next page of query results.
      • maxQueryResults

        public final Integer maxQueryResults()

        The maximum number of query results to display on a single page.

        Returns:
        The maximum number of query results to display on a single page.
      • 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