public class GetServerCertificateResult extends Object implements Serializable, Cloneable
Contains the response to a successful GetServerCertificate request.
| Constructor and Description |
|---|
GetServerCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
GetServerCertificateResult |
clone() |
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.
|
public void setServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate.
serverCertificate - Information about the server certificate.public ServerCertificate getServerCertificate()
Information about the server certificate.
public GetServerCertificateResult withServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate.
serverCertificate - Information about the server certificate.public String toString()
toString in class ObjectObject.toString()public GetServerCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.