Class DescribeCertificateResult
java.lang.Object
com.amazonaws.services.certificatemanager.model.DescribeCertificateResult
- All Implemented Interfaces:
Serializable, Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanContains a CertificateDetail structure that lists the fields of an ACM Certificate.inthashCode()voidsetCertificate(CertificateDetail certificate) Contains a CertificateDetail structure that lists the fields of an ACM Certificate.toString()Returns a string representation of this object; useful for testing and debugging.withCertificate(CertificateDetail certificate) Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
-
Constructor Details
-
DescribeCertificateResult
public DescribeCertificateResult()
-
-
Method Details
-
setCertificate
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
- Parameters:
certificate- Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
-
getCertificate
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
- Returns:
- Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
-
withCertificate
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
- Parameters:
certificate- Contains a CertificateDetail structure that lists the fields of an ACM Certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-