public class DescribeCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private CertificateDetail |
certificate
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
Constructor and Description |
---|
DescribeCertificateResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
CertificateDetail |
getCertificate()
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
int |
hashCode() |
void |
setCertificate(CertificateDetail certificate)
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCertificateResult |
withCertificate(CertificateDetail certificate)
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
private CertificateDetail certificate
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
public void setCertificate(CertificateDetail certificate)
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
certificate
- Contains a CertificateDetail structure that lists the
fields of an ACM Certificate.public CertificateDetail getCertificate()
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
public DescribeCertificateResult withCertificate(CertificateDetail certificate)
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
certificate
- Contains a CertificateDetail structure that lists the
fields of an ACM 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