public class DescribeCertificateResult
extends java.lang.Object
implements java.io.Serializable
The output of the DescribeCertificate operation.
Constructor and Description |
---|
DescribeCertificateResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.