@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CACertificateDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes a CA certificate.
Constructor and Description |
---|
CACertificateDescription() |
Modifier and Type | Method and Description |
---|---|
CACertificateDescription |
clone() |
boolean |
equals(Object obj) |
String |
getAutoRegistrationStatus()
Whether the CA certificate configured for auto registration of device certificates.
|
String |
getCertificateArn()
The CA certificate ARN.
|
String |
getCertificateId()
The CA certificate ID.
|
String |
getCertificateMode()
The mode of the CA.
|
String |
getCertificatePem()
The CA certificate data, in PEM format.
|
Date |
getCreationDate()
The date the CA certificate was created.
|
Integer |
getCustomerVersion()
The customer version of the CA certificate.
|
String |
getGenerationId()
The generation ID of the CA certificate.
|
Date |
getLastModifiedDate()
The date the CA certificate was last modified.
|
String |
getOwnedBy()
The owner of the CA certificate.
|
String |
getStatus()
The status of a CA certificate.
|
CertificateValidity |
getValidity()
When the CA certificate is valid.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAutoRegistrationStatus(AutoRegistrationStatus autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates.
|
void |
setAutoRegistrationStatus(String autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates.
|
void |
setCertificateArn(String certificateArn)
The CA certificate ARN.
|
void |
setCertificateId(String certificateId)
The CA certificate ID.
|
void |
setCertificateMode(CertificateMode certificateMode)
The mode of the CA.
|
void |
setCertificateMode(String certificateMode)
The mode of the CA.
|
void |
setCertificatePem(String certificatePem)
The CA certificate data, in PEM format.
|
void |
setCreationDate(Date creationDate)
The date the CA certificate was created.
|
void |
setCustomerVersion(Integer customerVersion)
The customer version of the CA certificate.
|
void |
setGenerationId(String generationId)
The generation ID of the CA certificate.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date the CA certificate was last modified.
|
void |
setOwnedBy(String ownedBy)
The owner of the CA certificate.
|
void |
setStatus(CACertificateStatus status)
The status of a CA certificate.
|
void |
setStatus(String status)
The status of a CA certificate.
|
void |
setValidity(CertificateValidity validity)
When the CA certificate is valid.
|
String |
toString()
Returns a string representation of this object.
|
CACertificateDescription |
withAutoRegistrationStatus(AutoRegistrationStatus autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates.
|
CACertificateDescription |
withAutoRegistrationStatus(String autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates.
|
CACertificateDescription |
withCertificateArn(String certificateArn)
The CA certificate ARN.
|
CACertificateDescription |
withCertificateId(String certificateId)
The CA certificate ID.
|
CACertificateDescription |
withCertificateMode(CertificateMode certificateMode)
The mode of the CA.
|
CACertificateDescription |
withCertificateMode(String certificateMode)
The mode of the CA.
|
CACertificateDescription |
withCertificatePem(String certificatePem)
The CA certificate data, in PEM format.
|
CACertificateDescription |
withCreationDate(Date creationDate)
The date the CA certificate was created.
|
CACertificateDescription |
withCustomerVersion(Integer customerVersion)
The customer version of the CA certificate.
|
CACertificateDescription |
withGenerationId(String generationId)
The generation ID of the CA certificate.
|
CACertificateDescription |
withLastModifiedDate(Date lastModifiedDate)
The date the CA certificate was last modified.
|
CACertificateDescription |
withOwnedBy(String ownedBy)
The owner of the CA certificate.
|
CACertificateDescription |
withStatus(CACertificateStatus status)
The status of a CA certificate.
|
CACertificateDescription |
withStatus(String status)
The status of a CA certificate.
|
CACertificateDescription |
withValidity(CertificateValidity validity)
When the CA certificate is valid.
|
public void setCertificateArn(String certificateArn)
The CA certificate ARN.
certificateArn
- The CA certificate ARN.public String getCertificateArn()
The CA certificate ARN.
public CACertificateDescription withCertificateArn(String certificateArn)
The CA certificate ARN.
certificateArn
- The CA certificate ARN.public void setCertificateId(String certificateId)
The CA certificate ID.
certificateId
- The CA certificate ID.public String getCertificateId()
The CA certificate ID.
public CACertificateDescription withCertificateId(String certificateId)
The CA certificate ID.
certificateId
- The CA certificate ID.public void setStatus(String status)
The status of a CA certificate.
status
- The status of a CA certificate.CACertificateStatus
public String getStatus()
The status of a CA certificate.
CACertificateStatus
public CACertificateDescription withStatus(String status)
The status of a CA certificate.
status
- The status of a CA certificate.CACertificateStatus
public void setStatus(CACertificateStatus status)
The status of a CA certificate.
status
- The status of a CA certificate.CACertificateStatus
public CACertificateDescription withStatus(CACertificateStatus status)
The status of a CA certificate.
status
- The status of a CA certificate.CACertificateStatus
public void setCertificatePem(String certificatePem)
The CA certificate data, in PEM format.
certificatePem
- The CA certificate data, in PEM format.public String getCertificatePem()
The CA certificate data, in PEM format.
public CACertificateDescription withCertificatePem(String certificatePem)
The CA certificate data, in PEM format.
certificatePem
- The CA certificate data, in PEM format.public void setOwnedBy(String ownedBy)
The owner of the CA certificate.
ownedBy
- The owner of the CA certificate.public String getOwnedBy()
The owner of the CA certificate.
public CACertificateDescription withOwnedBy(String ownedBy)
The owner of the CA certificate.
ownedBy
- The owner of the CA certificate.public void setCreationDate(Date creationDate)
The date the CA certificate was created.
creationDate
- The date the CA certificate was created.public Date getCreationDate()
The date the CA certificate was created.
public CACertificateDescription withCreationDate(Date creationDate)
The date the CA certificate was created.
creationDate
- The date the CA certificate was created.public void setAutoRegistrationStatus(String autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"
autoRegistrationStatus
- Whether the CA certificate configured for auto registration of device certificates. Valid values are
"ENABLE" and "DISABLE"AutoRegistrationStatus
public String getAutoRegistrationStatus()
Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"
AutoRegistrationStatus
public CACertificateDescription withAutoRegistrationStatus(String autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"
autoRegistrationStatus
- Whether the CA certificate configured for auto registration of device certificates. Valid values are
"ENABLE" and "DISABLE"AutoRegistrationStatus
public void setAutoRegistrationStatus(AutoRegistrationStatus autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"
autoRegistrationStatus
- Whether the CA certificate configured for auto registration of device certificates. Valid values are
"ENABLE" and "DISABLE"AutoRegistrationStatus
public CACertificateDescription withAutoRegistrationStatus(AutoRegistrationStatus autoRegistrationStatus)
Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"
autoRegistrationStatus
- Whether the CA certificate configured for auto registration of device certificates. Valid values are
"ENABLE" and "DISABLE"AutoRegistrationStatus
public void setLastModifiedDate(Date lastModifiedDate)
The date the CA certificate was last modified.
lastModifiedDate
- The date the CA certificate was last modified.public Date getLastModifiedDate()
The date the CA certificate was last modified.
public CACertificateDescription withLastModifiedDate(Date lastModifiedDate)
The date the CA certificate was last modified.
lastModifiedDate
- The date the CA certificate was last modified.public void setCustomerVersion(Integer customerVersion)
The customer version of the CA certificate.
customerVersion
- The customer version of the CA certificate.public Integer getCustomerVersion()
The customer version of the CA certificate.
public CACertificateDescription withCustomerVersion(Integer customerVersion)
The customer version of the CA certificate.
customerVersion
- The customer version of the CA certificate.public void setGenerationId(String generationId)
The generation ID of the CA certificate.
generationId
- The generation ID of the CA certificate.public String getGenerationId()
The generation ID of the CA certificate.
public CACertificateDescription withGenerationId(String generationId)
The generation ID of the CA certificate.
generationId
- The generation ID of the CA certificate.public void setValidity(CertificateValidity validity)
When the CA certificate is valid.
validity
- When the CA certificate is valid.public CertificateValidity getValidity()
When the CA certificate is valid.
public CACertificateDescription withValidity(CertificateValidity validity)
When the CA certificate is valid.
validity
- When the CA certificate is valid.public void setCertificateMode(String certificateMode)
The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
certificateMode
- The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
CertificateMode
public String getCertificateMode()
The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
CertificateMode
public CACertificateDescription withCertificateMode(String certificateMode)
The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
certificateMode
- The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
CertificateMode
public void setCertificateMode(CertificateMode certificateMode)
The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
certificateMode
- The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
CertificateMode
public CACertificateDescription withCertificateMode(CertificateMode certificateMode)
The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
certificateMode
- The mode of the CA.
All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
CertificateMode
public String toString()
toString
in class Object
Object.toString()
public CACertificateDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.