public class GetServerCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful GetServerCertificate request.
Modifier and Type | Field and Description |
---|---|
private ServerCertificate |
serverCertificate
A structure containing details about the server certificate.
|
Constructor and Description |
---|
GetServerCertificateResult() |
Modifier and Type | Method and Description |
---|---|
GetServerCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ServerCertificate |
getServerCertificate()
A structure containing details about the server certificate.
|
int |
hashCode() |
void |
setServerCertificate(ServerCertificate serverCertificate)
A structure containing details about the server certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetServerCertificateResult |
withServerCertificate(ServerCertificate serverCertificate)
A structure containing details about the server certificate.
|
private ServerCertificate serverCertificate
A structure containing details about the server certificate.
public void setServerCertificate(ServerCertificate serverCertificate)
A structure containing details about the server certificate.
serverCertificate
- A structure containing details about the server certificate.public ServerCertificate getServerCertificate()
A structure containing details about the server certificate.
public GetServerCertificateResult withServerCertificate(ServerCertificate serverCertificate)
A structure containing details about the server certificate.
serverCertificate
- A structure containing details about the server certificate.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetServerCertificateResult clone()
clone
in class java.lang.Object