public class DescribeCertificateResult extends Object implements Serializable
The output of the DescribeCertificate operation.
| Constructor and Description |
|---|
DescribeCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CertificateDescription |
getCertificateDescription()
The description of the certificate.
|
int |
hashCode() |
void |
setCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCertificateResult |
withCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
public CertificateDescription getCertificateDescription()
The description of the certificate.
The description of the certificate.
public void setCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
certificateDescription - The description of the certificate.
public DescribeCertificateResult withCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
Returns a reference to this object so that method calls can be chained together.
certificateDescription - The description of the certificate.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.