Class ExecuteQueryRequest

    • Method Detail

      • queryStatement

        public final String queryStatement()

        The IoT SiteWise query statement.

        Returns:
        The IoT SiteWise query statement.
      • nextToken

        public final String nextToken()

        The string that specifies the next page of results.

        Returns:
        The string that specifies the next page of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return at one time. The default is 25.

        Returns:
        The maximum number of results to return at one time. The default is 25.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • 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