public class GetServerCertificateResult extends Object implements Serializable
Contains the result of a successful invocation of the GetServerCertificate action.
| Constructor and Description |
|---|
GetServerCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
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 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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.