|
|||||||
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 | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |