AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <RegisterThingRequest.h>
Public Member Functions | |
RegisterThingRequest ()=default | |
RegisterThingRequest (const Crt::JsonView &doc) | |
RegisterThingRequest & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Data needed to perform a RegisterThing operation.
|
default |
Aws::Iotidentity::RegisterThingRequest::RegisterThingRequest | ( | const Crt::JsonView & | doc | ) |
RegisterThingRequest & Aws::Iotidentity::RegisterThingRequest::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotidentity::RegisterThingRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::RegisterThingRequest::CertificateOwnershipToken |
The token to prove ownership of the certificate. The token is generated by AWS IoT when you create a certificate over MQTT.
Aws::Crt::Optional<Aws::Crt::Map<Aws::Crt::String, Aws::Crt::String> > Aws::Iotidentity::RegisterThingRequest::Parameters |
Optional. Key-value pairs from the device that are used by the pre-provisioning hooks to evaluate the registration request.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::RegisterThingRequest::TemplateName |
The provisioning template name.