Class UpdateCACertificateRequest

    • Constructor Detail

      • UpdateCACertificateRequest

        public UpdateCACertificateRequest()
    • Method Detail

      • setCertificateId

        public void setCertificateId​(String certificateId)

        The CA certificate identifier.

        Parameters:
        certificateId - The CA certificate identifier.
      • getCertificateId

        public String getCertificateId()

        The CA certificate identifier.

        Returns:
        The CA certificate identifier.
      • withCertificateId

        public UpdateCACertificateRequest withCertificateId​(String certificateId)

        The CA certificate identifier.

        Parameters:
        certificateId - The CA certificate identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNewStatus

        public void setNewStatus​(String newStatus)

        The updated status of the CA certificate.

        Parameters:
        newStatus - The updated status of the CA certificate.
        See Also:
        CACertificateStatus
      • getNewStatus

        public String getNewStatus()

        The updated status of the CA certificate.

        Returns:
        The updated status of the CA certificate.
        See Also:
        CACertificateStatus
      • withNewStatus

        public UpdateCACertificateRequest withNewStatus​(String newStatus)

        The updated status of the CA certificate.

        Parameters:
        newStatus - The updated status of the CA certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CACertificateStatus
      • setNewStatus

        public void setNewStatus​(CACertificateStatus newStatus)

        The updated status of the CA certificate.

        Parameters:
        newStatus - The updated status of the CA certificate.
        See Also:
        CACertificateStatus
      • withNewStatus

        public UpdateCACertificateRequest withNewStatus​(CACertificateStatus newStatus)

        The updated status of the CA certificate.

        Parameters:
        newStatus - The updated status of the CA certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CACertificateStatus
      • 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