@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UploadSigningCertificateResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
UploadSigningCertificateResult |
withCertificate(SigningCertificate certificate)
Information about the certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UploadSigningCertificateResult clone()