|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.identitymanagement.model.UploadSigningCertificateResult
public class UploadSigningCertificateResult
Contains the result of a successful invocation of the UploadSigningCertificate action.
| Constructor Summary | |
|---|---|
UploadSigningCertificateResult()
|
|
| Method Summary | |
|---|---|
SigningCertificate |
getCertificate()
Information about the certificate. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UploadSigningCertificateResult()
| Method Detail |
|---|
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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||