Package com.amazonaws.services.iot.model
Class CACertificate
java.lang.Object
com.amazonaws.services.iot.model.CACertificate
- All Implemented Interfaces:
Serializable
,Cloneable
A CA certificate.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the CA certificate.The ID of the CA certificate.The date the CA certificate was created.The status of the CA certificate.int
hashCode()
void
setCertificateArn
(String certificateArn) The ARN of the CA certificate.void
setCertificateId
(String certificateId) The ID of the CA certificate.void
setCreationDate
(Date creationDate) The date the CA certificate was created.void
setStatus
(CACertificateStatus status) The status of the CA certificate.void
The status of the CA certificate.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateArn
(String certificateArn) The ARN of the CA certificate.withCertificateId
(String certificateId) The ID of the CA certificate.withCreationDate
(Date creationDate) The date the CA certificate was created.withStatus
(CACertificateStatus status) The status of the CA certificate.withStatus
(String status) The status of the CA certificate.
-
Constructor Details
-
CACertificate
public CACertificate()
-
-
Method Details
-
setCertificateArn
The ARN of the CA certificate.
- Parameters:
certificateArn
- The ARN of the CA certificate.
-
getCertificateArn
The ARN of the CA certificate.
- Returns:
- The ARN of the CA certificate.
-
withCertificateArn
The ARN of the CA certificate.
- Parameters:
certificateArn
- The ARN of the CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateId
The ID of the CA certificate.
- Parameters:
certificateId
- The ID of the CA certificate.
-
getCertificateId
The ID of the CA certificate.
- Returns:
- The ID of the CA certificate.
-
withCertificateId
The ID of the CA certificate.
- Parameters:
certificateId
- The ID of the CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the CA certificate.
- Parameters:
status
- The status of the CA certificate.- See Also:
-
getStatus
The status of the CA certificate.
- Returns:
- The status of the CA certificate.
- See Also:
-
withStatus
The status of the CA certificate.
- Parameters:
status
- The status of the CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the CA certificate.
- Parameters:
status
- The status of the CA certificate.- See Also:
-
withStatus
The status of the CA certificate.
- Parameters:
status
- The status of the CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
-