@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCertificateResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCertificateResult |
clone() |
boolean |
equals(Object obj) |
Certificate |
getCertificate()
Information about the certificate, including registered date time, certificate state, the reason for the state,
expiration date time, and certificate common name.
|
int |
hashCode() |
void |
setCertificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state,
expiration date time, and certificate common name.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCertificateResult |
withCertificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state,
expiration date time, and certificate common name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
certificate
- Information about the certificate, including registered date time, certificate state, the reason for the
state, expiration date time, and certificate common name.public Certificate getCertificate()
Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
public DescribeCertificateResult withCertificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
certificate
- Information about the certificate, including registered date time, certificate state, the reason for the
state, expiration date time, and certificate common name.public String toString()
toString
in class Object
Object.toString()
public DescribeCertificateResult clone()