|
|||||||
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 | |
---|---|
ServerCertificate |
getServerCertificate()
Information about the server certificate. |
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 |
---|
equals, getClass, hashCode, 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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |