Class GetDevicePositionHistoryRequest

    • Method Detail

      • trackerName

        public final String trackerName()

        The tracker resource receiving the request for the device position history.

        Returns:
        The tracker resource receiving the request for the device position history.
      • deviceId

        public final String deviceId()

        The device whose position history you want to retrieve.

        Returns:
        The device whose position history you want to retrieve.
      • nextToken

        public final String nextToken()

        The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

        Default value: null

        Returns:
        The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

        Default value: null

      • startTimeInclusive

        public final Instant startTimeInclusive()

        Specify the start time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be 24 hours prior to the time that the request is made.

        Requirement:

        • The time specified for StartTimeInclusive must be before EndTimeExclusive.

        Returns:
        Specify the start time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be 24 hours prior to the time that the request is made.

        Requirement:

        • The time specified for StartTimeInclusive must be before EndTimeExclusive.

      • endTimeExclusive

        public final Instant endTimeExclusive()

        Specify the end time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be the time that the request is made.

        Requirement:

        • The time specified for EndTimeExclusive must be after the time for StartTimeInclusive.

        Returns:
        Specify the end time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be the time that the request is made.

        Requirement:

        • The time specified for EndTimeExclusive must be after the time for StartTimeInclusive.

      • maxResults

        public final Integer maxResults()

        An optional limit for the number of device positions returned in a single call.

        Default value: 100

        Returns:
        An optional limit for the number of device positions returned in a single call.

        Default value: 100

      • 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