public class UploadSigningCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful UploadSigningCertificate request.
Modifier and Type | Field and Description |
---|---|
private SigningCertificate |
certificate
Information about the certificate.
|
Constructor and Description |
---|
UploadSigningCertificateResult() |
Modifier and Type | Method and Description |
---|---|
UploadSigningCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
SigningCertificate |
getCertificate()
Information about the certificate.
|
int |
hashCode() |
void |
setCertificate(SigningCertificate certificate)
Information about the certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UploadSigningCertificateResult |
withCertificate(SigningCertificate certificate)
Information about the certificate.
|
private SigningCertificate certificate
Information about the certificate.
public void setCertificate(SigningCertificate certificate)
Information about the certificate.
certificate
- Information about the certificate.public SigningCertificate getCertificate()
Information about the certificate.
public UploadSigningCertificateResult withCertificate(SigningCertificate certificate)
Information about the certificate.
certificate
- Information about the certificate.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UploadSigningCertificateResult clone()
clone
in class java.lang.Object