|
AWS IoT Device SDK C++ v2
1.43.1
AWS IoT Device SDK C++ v2
|
#include <CommandExecutionsSubscriptionRequest.h>
Public Member Functions | |
| CommandExecutionsSubscriptionRequest ()=default | |
| CommandExecutionsSubscriptionRequest (const Crt::JsonView &doc) | |
| CommandExecutionsSubscriptionRequest & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Iotcommands::DeviceType > | DeviceType |
| Aws::Crt::Optional< Aws::Crt::String > | DeviceId |
Data needed to subscribe to CommandExecution events.
|
default |
| Aws::Iotcommands::CommandExecutionsSubscriptionRequest::CommandExecutionsSubscriptionRequest | ( | const Crt::JsonView & | doc | ) |
| CommandExecutionsSubscriptionRequest & Aws::Iotcommands::CommandExecutionsSubscriptionRequest::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotcommands::CommandExecutionsSubscriptionRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::CommandExecutionsSubscriptionRequest::DeviceId |
Depending on device type value, this field is either an IoT Thing name or a client ID.
| Aws::Crt::Optional<Aws::Iotcommands::DeviceType> Aws::Iotcommands::CommandExecutionsSubscriptionRequest::DeviceType |
The type of a target device. Determine if the device should subscribe for commands addressed to an IoT Thing or MQTT client.