Class DescribeThingTypeResponse

    • Method Detail

      • thingTypeName

        public final String thingTypeName()

        The name of the thing type.

        Returns:
        The name of the thing type.
      • thingTypeId

        public final String thingTypeId()

        The thing type ID.

        Returns:
        The thing type ID.
      • thingTypeArn

        public final String thingTypeArn()

        The thing type ARN.

        Returns:
        The thing type ARN.
      • thingTypeProperties

        public final ThingTypeProperties thingTypeProperties()

        The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.

        Returns:
        The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
      • thingTypeMetadata

        public final ThingTypeMetadata thingTypeMetadata()

        The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

        Returns:
        The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
      • 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