public class UploadSigningCertificateResult extends Object implements Serializable
Contains the result of a successful invocation of the UploadSigningCertificate action.
Constructor and Description |
---|
UploadSigningCertificateResult() |
Modifier and Type | Method and Description |
---|---|
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 SigningCertificate getCertificate()
public void setCertificate(SigningCertificate certificate)
certificate
- Information about the certificate.public UploadSigningCertificateResult withCertificate(SigningCertificate certificate)
Returns a reference to this object so that method calls can be chained together.
certificate
- Information about the certificate.public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.