Class ListDeviceEventsRequest

    • Method Detail

      • deviceId

        public final String deviceId()

        The unique identifier of the device.

        Returns:
        The unique identifier of the device.
      • fromTimeStamp

        public final Instant fromTimeStamp()

        The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z

        Returns:
        The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return per request. If not set, a default value of 100 is used.

        Returns:
        The maximum number of results to return per request. If not set, a default value of 100 is used.
      • nextToken

        public final String nextToken()

        The token to retrieve the next set of results.

        Returns:
        The token to retrieve the next set of results.
      • toTimeStamp

        public final Instant toTimeStamp()

        The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z

        Returns:
        The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
      • 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