Class UploadServerCertificateResult

    • Constructor Detail

      • UploadServerCertificateResult

        public UploadServerCertificateResult()
    • Method Detail

      • setServerCertificateMetadata

        public void setServerCertificateMetadata​(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.
      • getServerCertificateMetadata

        public ServerCertificateMetadata 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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object