Class RegisterThingRequest


  • public class RegisterThingRequest
    extends Object
    Data needed to perform a RegisterThing operation.
    • Field Detail

      • templateName

        public String templateName
        The provisioning template name.
      • certificateOwnershipToken

        public String certificateOwnershipToken
        The token to prove ownership of the certificate. The token is generated by AWS IoT when you create a certificate over MQTT.
      • parameters

        public HashMap<String,​String> parameters
        Optional. Key-value pairs from the device that are used by the pre-provisioning hooks to evaluate the registration request.
    • Constructor Detail

      • RegisterThingRequest

        public RegisterThingRequest()