CreateManagedThingRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication material defining the device connectivity setup requests. The authentication materials used are the device bar code.

Link copied to clipboard

The type of authentication material used for device connectivity setup requests.

Link copied to clipboard

The brand of the device.

Link copied to clipboard

The capabilities of the device such as light bulb.

Link copied to clipboard

A report of the capabilities for the managed thing.

Link copied to clipboard

The capability schemas that define the functionality and features supported by the managed thing, including device capabilities and their associated properties.

Link copied to clipboard

The classification of the managed thing such as light bulb or thermostat.

Link copied to clipboard

An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

Link copied to clipboard

The identifier of the credential for the managed thing.

Link copied to clipboard

The metadata for the managed thing.

Link copied to clipboard

The model of the device.

Link copied to clipboard
val name: String?

The name of the managed thing representing the physical device.

Link copied to clipboard

Owner of the device, usually an indication of whom the device belongs to. This value should not contain personal identifiable information.

Link copied to clipboard
val role: Role?

The type of device used. This will be the hub controller, cloud device, or AWS IoT device.

Link copied to clipboard

The serial number of the device.

Link copied to clipboard

A set of key/value pairs that are used to manage the managed thing.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String