|
AWS IoT Device SDK C++ v2
1.40.2
AWS IoT Device SDK C++ v2
|
#include <GetPendingJobExecutionsRequest.h>
Public Member Functions | |
| GetPendingJobExecutionsRequest ()=default | |
| GetPendingJobExecutionsRequest (const Crt::JsonView &doc) | |
| GetPendingJobExecutionsRequest & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Crt::String > | ThingName |
| Aws::Crt::Optional< Aws::Crt::String > | ClientToken |
Data needed to make a GetPendingJobExecutions request.
|
default |
| Aws::Iotjobs::GetPendingJobExecutionsRequest::GetPendingJobExecutionsRequest | ( | const Crt::JsonView & | doc | ) |
| GetPendingJobExecutionsRequest & Aws::Iotjobs::GetPendingJobExecutionsRequest::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotjobs::GetPendingJobExecutionsRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::GetPendingJobExecutionsRequest::ClientToken |
Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::GetPendingJobExecutionsRequest::ThingName |
IoT Thing the request is relative to.