Class ListQueriesRequest

    • Method Detail

      • eventDataStore

        public final String eventDataStore()

        The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.

        Returns:
        The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.
      • nextToken

        public final String nextToken()

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

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

        public final Integer maxResults()

        The maximum number of queries to show on a page.

        Returns:
        The maximum number of queries to show on a page.
      • startTime

        public final Instant startTime()

        Use with EndTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

        Returns:
        Use with EndTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.
      • endTime

        public final Instant endTime()

        Use with StartTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

        Returns:
        Use with StartTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.
      • queryStatus

        public final QueryStatus queryStatus()

        The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.

        If the service returns an enum value that is not available in the current SDK version, queryStatus will return QueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queryStatusAsString().

        Returns:
        The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.
        See Also:
        QueryStatus
      • queryStatusAsString

        public final String queryStatusAsString()

        The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.

        If the service returns an enum value that is not available in the current SDK version, queryStatus will return QueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queryStatusAsString().

        Returns:
        The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.
        See Also:
        QueryStatus
      • 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