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