public class UploadSigningCertificateResult extends Object implements Serializable, Cloneable
Contains the response to a successful UploadSigningCertificate request.
Constructor and Description |
---|
UploadSigningCertificateResult() |
Modifier and Type | Method and Description |
---|---|
UploadSigningCertificateResult |
clone() |
boolean |
equals(Object obj) |
SigningCertificate |
getCertificate()
Information about the certificate.
|
int |
hashCode() |
void |
setCertificate(SigningCertificate certificate)
Information about the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UploadSigningCertificateResult |
withCertificate(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 String toString()
toString
in class Object
Object.toString()
public UploadSigningCertificateResult clone()
Copyright © 2018. All rights reserved.