Class SearchThingsRequest

    • Method Detail

      • entityId

        public final String entityId()

        The ID of the entity to which the things are associated.

        The IDs should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

        Returns:
        The ID of the entity to which the things are associated.

        The IDs should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

      • nextToken

        public final String nextToken()

        The string that specifies the next page of results. Use this when you're paginating results.

        Returns:
        The string that specifies the next page of results. Use this when you're paginating results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response.

        Returns:
        The maximum number of results to return in the response.
      • namespaceVersion

        public final Long namespaceVersion()

        The version of the user's namespace. Defaults to the latest version of the user's namespace.

        Returns:
        The version of the user's namespace. Defaults to the latest version of the user's namespace.
      • 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