AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <CreateKeysAndCertificateResponse.h>
Public Member Functions | |
CreateKeysAndCertificateResponse ()=default | |
CreateKeysAndCertificateResponse (const Crt::JsonView &doc) | |
CreateKeysAndCertificateResponse & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Response payload to a CreateKeysAndCertificate request.
|
default |
Aws::Iotidentity::CreateKeysAndCertificateResponse::CreateKeysAndCertificateResponse | ( | const Crt::JsonView & | doc | ) |
CreateKeysAndCertificateResponse & Aws::Iotidentity::CreateKeysAndCertificateResponse::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotidentity::CreateKeysAndCertificateResponse::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::CertificateId |
The certificate id.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::CertificateOwnershipToken |
The token to prove ownership of the certificate during provisioning.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::CertificatePem |
The certificate data, in PEM format.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::PrivateKey |
The private key.