public class UploadServerCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful UploadServerCertificate request.
Modifier and Type | Field and Description |
---|---|
private ServerCertificateMetadata |
serverCertificateMetadata
The meta information of the uploaded server certificate without its
certificate body, certificate chain, and private key.
|
Constructor and Description |
---|
UploadServerCertificateResult() |
Modifier and Type | Method and Description |
---|---|
UploadServerCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ServerCertificateMetadata |
getServerCertificateMetadata()
The meta information of the uploaded server certificate without its
certificate body, certificate chain, and private key.
|
int |
hashCode() |
void |
setServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its
certificate body, certificate chain, and private key.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UploadServerCertificateResult |
withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its
certificate body, certificate chain, and private key.
|
private ServerCertificateMetadata serverCertificateMetadata
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
public void setServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
serverCertificateMetadata
- The meta information of the uploaded server certificate without
its certificate body, certificate chain, and private key.public ServerCertificateMetadata getServerCertificateMetadata()
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
public UploadServerCertificateResult withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
serverCertificateMetadata
- The meta information of the uploaded server certificate without
its certificate body, certificate chain, and private key.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 UploadServerCertificateResult clone()
clone
in class java.lang.Object