| AWS IoT Device SDK C++ v2
    1.40.1
    AWS IoT Device SDK C++ v2 | 
#include <NextJobExecutionChangedSubscriptionRequest.h>
| Public Member Functions | |
| NextJobExecutionChangedSubscriptionRequest ()=default | |
| NextJobExecutionChangedSubscriptionRequest (const Crt::JsonView &doc) | |
| NextJobExecutionChangedSubscriptionRequest & | operator= (const Crt::JsonView &doc) | 
| void | SerializeToObject (Crt::JsonObject &doc) const | 
| Public Attributes | |
| Aws::Crt::Optional< Aws::Crt::String > | ThingName | 
Data needed to subscribe to NextJobExecutionChanged events.
| 
 | default | 
| Aws::Iotjobs::NextJobExecutionChangedSubscriptionRequest::NextJobExecutionChangedSubscriptionRequest | ( | const Crt::JsonView & | doc | ) | 
| NextJobExecutionChangedSubscriptionRequest & Aws::Iotjobs::NextJobExecutionChangedSubscriptionRequest::operator= | ( | const Crt::JsonView & | doc | ) | 
| void Aws::Iotjobs::NextJobExecutionChangedSubscriptionRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const | 
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::NextJobExecutionChangedSubscriptionRequest::ThingName | 
Name of the IoT Thing that you want to subscribe to NextJobExecutionChanged events for.