@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output of the DescribeCertificate operation.
Constructor and Description |
---|
DescribeCertificateResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCertificateResult |
clone() |
boolean |
equals(Object obj) |
CertificateDescription |
getCertificateDescription()
The description of the certificate.
|
int |
hashCode() |
void |
setCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCertificateResult |
withCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
certificateDescription
- The description of the certificate.public CertificateDescription getCertificateDescription()
The description of the certificate.
public DescribeCertificateResult withCertificateDescription(CertificateDescription certificateDescription)
The description of the certificate.
certificateDescription
- The description of the certificate.public String toString()
toString
in class Object
Object.toString()
public DescribeCertificateResult clone()