|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.identitymanagement.model.GetServerCertificateResult
public class GetServerCertificateResult
Contains the result of a successful invocation of the GetServerCertificate action.
| Constructor Summary | |
|---|---|
GetServerCertificateResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ServerCertificate |
getServerCertificate()
Information about the server certificate. |
int |
hashCode()
|
void |
setServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetServerCertificateResult |
withServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetServerCertificateResult()
| Method Detail |
|---|
public ServerCertificate getServerCertificate()
public void setServerCertificate(ServerCertificate serverCertificate)
serverCertificate - Information about the server certificate.public GetServerCertificateResult withServerCertificate(ServerCertificate serverCertificate)
Returns a reference to this object so that method calls can be chained together.
serverCertificate - Information about the server certificate.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||