UpdateThingShadow

data class UpdateThingShadow(val thingName: ThingName, val payload: ByteArray, val shadowName: ShadowName? = null) : IotDataPlaneAction<InputStream> (source)

Both documents are opaque JSON, so they are carried as raw bytes in and a stream out.

Constructors

Link copied to clipboard
constructor(thingName: ThingName, payload: ByteArray, shadowName: ShadowName? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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 toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<InputStream, RemoteFailure>