Class DescribeCertificateResult
- java.lang.Object
-
- com.amazonaws.services.certificatemanager.model.DescribeCertificateResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeCertificateResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeCertificateResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeCertificateResultclone()booleanequals(Object obj)CertificateDetailgetCertificate()Contains 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.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeCertificateResultwithCertificate(CertificateDetail certificate)Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
-
-
-
Method Detail
-
setCertificate
public void setCertificate(CertificateDetail certificate)
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
public CertificateDetail 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
public DescribeCertificateResult withCertificate(CertificateDetail certificate)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeCertificateResult clone()
-
-