|
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(Object obj)
|
ServerCertificate |
getServerCertificate()
Information about the server certificate. |
int |
hashCode()
|
void |
setServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate. |
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 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 |