Class NextJobExecutionChangedSubscriptionRequest
- java.lang.Object
-
- software.amazon.awssdk.iot.iotjobs.model.NextJobExecutionChangedSubscriptionRequest
-
public class NextJobExecutionChangedSubscriptionRequest extends Object
Data needed to subscribe to NextJobExecutionChanged events.
-
-
Constructor Summary
Constructors Constructor Description NextJobExecutionChangedSubscriptionRequest()
-
-
-
Field Detail
-
thingName
public String thingName
Name of the IoT Thing that you want to subscribe to NextJobExecutionChanged events for.
-
-