Class CreateKeysAndCertificateResponse
- java.lang.Object
- 
- software.amazon.awssdk.iot.iotidentity.model.CreateKeysAndCertificateResponse
 
- 
 public class CreateKeysAndCertificateResponse extends Object Response payload to a CreateKeysAndCertificate request.
- 
- 
Field SummaryFields Modifier and Type Field Description StringcertificateIdThe certificate id.StringcertificateOwnershipTokenThe token to prove ownership of the certificate during provisioning.StringcertificatePemThe certificate data, in PEM format.StringprivateKeyThe private key.
 - 
Constructor SummaryConstructors Constructor Description CreateKeysAndCertificateResponse()
 
- 
- 
- 
Field Detail- 
certificateIdpublic String certificateId The certificate id.
 - 
certificatePempublic String certificatePem The certificate data, in PEM format.
 - 
privateKeypublic String privateKey The private key.
 - 
certificateOwnershipTokenpublic String certificateOwnershipToken The token to prove ownership of the certificate during provisioning.
 
- 
 
-