public class DescribeCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output of the DescribeCertificate operation.
Modifier and Type | Field and Description |
---|---|
private CertificateDescription |
certificateDescription
The description of the certificate.
|
Constructor and Description |
---|
DescribeCertificateResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
CertificateDescription |
getCertificateDescription()
The description of the certificate.
|
int |
hashCode() |
void |
setCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCertificateResult |
withCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
private CertificateDescription certificateDescription
The description of the certificate.
public void setCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
certificateDescription
- The description of the certificate.public CertificateDescription getCertificateDescription()
The description of the certificate.
public DescribeCertificateResult withCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
certificateDescription
- The description of the certificate.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeCertificateResult clone()
clone
in class java.lang.Object