Package com.amazonaws.services.iot.model
Class DescribeCertificateResult
java.lang.Object
com.amazonaws.services.iot.model.DescribeCertificateResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output of the DescribeCertificate operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The description of the certificate.int
hashCode()
void
setCertificateDescription
(CertificateDescription certificateDescription) The description of the certificate.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateDescription
(CertificateDescription certificateDescription) The description of the certificate.
-
Constructor Details
-
DescribeCertificateResult
public DescribeCertificateResult()
-
-
Method Details
-
setCertificateDescription
The description of the certificate.
- Parameters:
certificateDescription
- The description of the certificate.
-
getCertificateDescription
The description of the certificate.
- Returns:
- The description of the certificate.
-
withCertificateDescription
public DescribeCertificateResult withCertificateDescription(CertificateDescription certificateDescription) The description of the certificate.
- Parameters:
certificateDescription
- The description of the certificate.- 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
-