Class RegisterThingSubscriptionRequest
- java.lang.Object
-
- software.amazon.awssdk.iot.iotidentity.model.RegisterThingSubscriptionRequest
-
public class RegisterThingSubscriptionRequest extends Object
Data needed to subscribe to the responses of the RegisterThing operation.
-
-
Field Summary
Fields Modifier and Type Field Description String
templateName
Name of the provisioning template to listen for RegisterThing responses for.
-
Constructor Summary
Constructors Constructor Description RegisterThingSubscriptionRequest()
-
-
-
Field Detail
-
templateName
public String templateName
Name of the provisioning template to listen for RegisterThing responses for.
-
-