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 DescribeCertificateResult
clone()
boolean
equals(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.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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeCertificateResult clone()
-
-