Package com.amazonaws.services.iot.model
Class CACertificateDescription
java.lang.Object
com.amazonaws.services.iot.model.CACertificateDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a CA certificate.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The CA certificate ARN.The CA certificate ID.The CA certificate data, in PEM format.The date the CA certificate was created.The owner of the CA certificate.The status of a CA certificate.int
hashCode()
void
setCertificateArn
(String certificateArn) The CA certificate ARN.void
setCertificateId
(String certificateId) The CA certificate ID.void
setCertificatePem
(String certificatePem) The CA certificate data, in PEM format.void
setCreationDate
(Date creationDate) The date the CA certificate was created.void
setOwnedBy
(String ownedBy) The owner of the CA certificate.void
setStatus
(CACertificateStatus status) The status of a CA certificate.void
The status of a CA certificate.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateArn
(String certificateArn) The CA certificate ARN.withCertificateId
(String certificateId) The CA certificate ID.withCertificatePem
(String certificatePem) The CA certificate data, in PEM format.withCreationDate
(Date creationDate) The date the CA certificate was created.withOwnedBy
(String ownedBy) The owner of the CA certificate.withStatus
(CACertificateStatus status) The status of a CA certificate.withStatus
(String status) The status of a CA certificate.
-
Constructor Details
-
CACertificateDescription
public CACertificateDescription()
-
-
Method Details
-
setCertificateArn
The CA certificate ARN.
- Parameters:
certificateArn
- The CA certificate ARN.
-
getCertificateArn
The CA certificate ARN.
- Returns:
- The CA certificate ARN.
-
withCertificateArn
The CA certificate ARN.
- Parameters:
certificateArn
- The CA certificate ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateId
The CA certificate ID.
- Parameters:
certificateId
- The CA certificate ID.
-
getCertificateId
The CA certificate ID.
- Returns:
- The CA certificate ID.
-
withCertificateId
The CA certificate ID.
- Parameters:
certificateId
- The CA certificate ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of a CA certificate.
- Parameters:
status
- The status of a CA certificate.- See Also:
-
getStatus
The status of a CA certificate.
- Returns:
- The status of a CA certificate.
- See Also:
-
withStatus
The status of a CA certificate.
- Parameters:
status
- The status of a CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of a CA certificate.
- Parameters:
status
- The status of a CA certificate.- See Also:
-
withStatus
The status of a CA certificate.
- Parameters:
status
- The status of a CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCertificatePem
The CA certificate data, in PEM format.
- Parameters:
certificatePem
- The CA certificate data, in PEM format.
-
getCertificatePem
The CA certificate data, in PEM format.
- Returns:
- The CA certificate data, in PEM format.
-
withCertificatePem
The CA certificate data, in PEM format.
- Parameters:
certificatePem
- The CA certificate data, in PEM format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOwnedBy
The owner of the CA certificate.
- Parameters:
ownedBy
- The owner of the CA certificate.
-
getOwnedBy
The owner of the CA certificate.
- Returns:
- The owner of the CA certificate.
-
withOwnedBy
The owner of the CA certificate.
- Parameters:
ownedBy
- The owner of the CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
The date the CA certificate was created.
- Parameters:
creationDate
- The date the CA certificate was created.
-
getCreationDate
The date the CA certificate was created.
- Returns:
- The date the CA certificate was created.
-
withCreationDate
The date the CA certificate was created.
- Parameters:
creationDate
- The date the CA certificate was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-