Class UploadServerCertificateResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.UploadServerCertificateResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a successful UploadServerCertificate request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.inthashCode()voidsetServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata) The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.toString()Returns a string representation of this object; useful for testing and debugging.withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata) The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
-
Constructor Details
-
UploadServerCertificateResult
public UploadServerCertificateResult()
-
-
Method Details
-
setServerCertificateMetadata
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
- Parameters:
serverCertificateMetadata- The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
-
getServerCertificateMetadata
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
- Returns:
- The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
-
withServerCertificateMetadata
public UploadServerCertificateResult withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata) The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
- Parameters:
serverCertificateMetadata- The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-