AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Iotidentity::RegisterThingSubscriptionRequest Class Referencefinal

#include <RegisterThingSubscriptionRequest.h>

Public Member Functions

 RegisterThingSubscriptionRequest ()=default
 
 RegisterThingSubscriptionRequest (const Crt::JsonView &doc)
 
RegisterThingSubscriptionRequestoperator= (const Crt::JsonView &doc)
 
void SerializeToObject (Crt::JsonObject &doc) const
 

Public Attributes

Aws::Crt::Optional< Aws::Crt::StringTemplateName
 

Detailed Description

Data needed to subscribe to the responses of the RegisterThing operation.

Constructor & Destructor Documentation

◆ RegisterThingSubscriptionRequest() [1/2]

Aws::Iotidentity::RegisterThingSubscriptionRequest::RegisterThingSubscriptionRequest ( )
default

◆ RegisterThingSubscriptionRequest() [2/2]

Aws::Iotidentity::RegisterThingSubscriptionRequest::RegisterThingSubscriptionRequest ( const Crt::JsonView doc)

Member Function Documentation

◆ operator=()

RegisterThingSubscriptionRequest & Aws::Iotidentity::RegisterThingSubscriptionRequest::operator= ( const Crt::JsonView doc)

◆ SerializeToObject()

void Aws::Iotidentity::RegisterThingSubscriptionRequest::SerializeToObject ( Crt::JsonObject doc) const

Member Data Documentation

◆ TemplateName

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::RegisterThingSubscriptionRequest::TemplateName

Name of the provisioning template to listen for RegisterThing responses for.


The documentation for this class was generated from the following files: