|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.UploadServerCertificateResult
public class UploadServerCertificateResult
Contains the result of a successful invocation of the UploadServerCertificate action.
Constructor Summary | |
---|---|
UploadServerCertificateResult()
|
Method Summary | |
---|---|
ServerCertificateMetadata |
getServerCertificateMetadata()
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UploadServerCertificateResult()
Method Detail |
---|
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 Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |