public class UploadServerCertificateResult extends Object implements Serializable
Contains the result of a successful invocation of the UploadServerCertificate action.
| Constructor and Description |
|---|
UploadServerCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
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.
|
public ServerCertificateMetadata getServerCertificateMetadata()
public void setServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
serverCertificateMetadata - The meta information of the uploaded server certificate without its
certificate body, certificate chain, and private key.public UploadServerCertificateResult withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
Returns a reference to this object so that method calls can be chained together.
serverCertificateMetadata - The meta information of the uploaded server certificate without its
certificate body, certificate chain, and private key.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.