public class UploadSigningCertificateResult
extends java.lang.Object
implements java.io.Serializable
Contains the result of a successful invocation of the UploadSigningCertificate action.
| コンストラクタと説明 |
|---|
UploadSigningCertificateResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object