Class ListThingsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

        Returns:
        To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in this operation.

        Returns:
        The maximum number of results to return in this operation.
      • attributeName

        public final String attributeName()

        The attribute name used to search for things.

        Returns:
        The attribute name used to search for things.
      • attributeValue

        public final String attributeValue()

        The attribute value used to search for things.

        Returns:
        The attribute value used to search for things.
      • thingTypeName

        public final String thingTypeName()

        The name of the thing type used to search for things.

        Returns:
        The name of the thing type used to search for things.
      • usePrefixAttributeValue

        public final Boolean usePrefixAttributeValue()

        When true, the action returns the thing resources with attribute values that start with the attributeValue provided.

        When false, or not present, the action returns only the thing resources with attribute values that match the entire attributeValue provided.

        Returns:
        When true, the action returns the thing resources with attribute values that start with the attributeValue provided.

        When false, or not present, the action returns only the thing resources with attribute values that match the entire attributeValue provided.

      • 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