Class GetQueryResultsRequest

    • Method Detail

      • monitorName

        public final String monitorName()

        The name of the monitor to return data for.

        Returns:
        The name of the monitor to return data for.
      • queryId

        public final String queryId()

        The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific query.

        Returns:
        The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific query.
      • nextToken

        public final String nextToken()

        The token for the next set of results. You receive this token from a previous call.

        Returns:
        The token for the next set of results. You receive this token from a previous call.
      • maxResults

        public final Integer maxResults()

        The number of query results that you want to return with this call.

        Returns:
        The number of query results that you want to return with this call.
      • 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