AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <RegisterThingResponse.h>
Public Member Functions | |
RegisterThingResponse ()=default | |
RegisterThingResponse (const Crt::JsonView &doc) | |
RegisterThingResponse & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
Aws::Crt::Optional< Aws::Crt::Map< Aws::Crt::String, Aws::Crt::String > > | DeviceConfiguration |
Aws::Crt::Optional< Aws::Crt::String > | ThingName |
Response payload to a RegisterThing request.
|
default |
Aws::Iotidentity::RegisterThingResponse::RegisterThingResponse | ( | const Crt::JsonView & | doc | ) |
RegisterThingResponse & Aws::Iotidentity::RegisterThingResponse::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotidentity::RegisterThingResponse::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::Map<Aws::Crt::String, Aws::Crt::String> > Aws::Iotidentity::RegisterThingResponse::DeviceConfiguration |
The device configuration defined in the template.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::RegisterThingResponse::ThingName |
The name of the IoT thing created during provisioning.