Class RegisterThingRequest
- java.lang.Object
-
- software.amazon.awssdk.iot.iotidentity.model.RegisterThingRequest
-
public class RegisterThingRequest extends Object
Data needed to perform a RegisterThing operation.
-
-
Field Summary
Fields Modifier and Type Field Description String
certificateOwnershipToken
The token to prove ownership of the certificate.HashMap<String,String>
parameters
Optional.String
templateName
The provisioning template name.
-
Constructor Summary
Constructors Constructor Description RegisterThingRequest()
-