AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <RegisterThingSubscriptionRequest.h>
Public Member Functions | |
RegisterThingSubscriptionRequest ()=default | |
RegisterThingSubscriptionRequest (const Crt::JsonView &doc) | |
RegisterThingSubscriptionRequest & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
Aws::Crt::Optional< Aws::Crt::String > | TemplateName |
Data needed to subscribe to the responses of the RegisterThing operation.
|
default |
Aws::Iotidentity::RegisterThingSubscriptionRequest::RegisterThingSubscriptionRequest | ( | const Crt::JsonView & | doc | ) |
RegisterThingSubscriptionRequest & Aws::Iotidentity::RegisterThingSubscriptionRequest::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotidentity::RegisterThingSubscriptionRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::RegisterThingSubscriptionRequest::TemplateName |
Name of the provisioning template to listen for RegisterThing responses for.