|
|||||||
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 | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |