AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Iotidentity::CreateKeysAndCertificateResponse Class Referencefinal

#include <CreateKeysAndCertificateResponse.h>

Public Member Functions

 CreateKeysAndCertificateResponse ()=default
 CreateKeysAndCertificateResponse (const Crt::JsonView &doc)
CreateKeysAndCertificateResponseoperator= (const Crt::JsonView &doc)
void SerializeToObject (Crt::JsonObject &doc) const

Public Attributes

Aws::Crt::Optional< Aws::Crt::StringCertificateId
Aws::Crt::Optional< Aws::Crt::StringCertificatePem
Aws::Crt::Optional< Aws::Crt::StringPrivateKey
Aws::Crt::Optional< Aws::Crt::StringCertificateOwnershipToken

Detailed Description

Response payload to a CreateKeysAndCertificate request.

Constructor & Destructor Documentation

◆ CreateKeysAndCertificateResponse() [1/2]

Aws::Iotidentity::CreateKeysAndCertificateResponse::CreateKeysAndCertificateResponse ( )
default

◆ CreateKeysAndCertificateResponse() [2/2]

Aws::Iotidentity::CreateKeysAndCertificateResponse::CreateKeysAndCertificateResponse ( const Crt::JsonView & doc)

Member Function Documentation

◆ operator=()

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

◆ SerializeToObject()

void Aws::Iotidentity::CreateKeysAndCertificateResponse::SerializeToObject ( Crt::JsonObject & doc) const

Member Data Documentation

◆ CertificateId

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::CertificateId

The certificate id.

◆ CertificateOwnershipToken

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::CertificateOwnershipToken

The token to prove ownership of the certificate during provisioning.

◆ CertificatePem

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::CertificatePem

The certificate data, in PEM format.

◆ PrivateKey

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotidentity::CreateKeysAndCertificateResponse::PrivateKey

The private key.


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