Class RegisterCertificateResult

    • Constructor Detail

      • RegisterCertificateResult

        public RegisterCertificateResult()
    • Method Detail

      • setCertificateArn

        public void setCertificateArn​(String certificateArn)

        The certificate ARN.

        Parameters:
        certificateArn - The certificate ARN.
      • getCertificateArn

        public String getCertificateArn()

        The certificate ARN.

        Returns:
        The certificate ARN.
      • withCertificateArn

        public RegisterCertificateResult withCertificateArn​(String certificateArn)

        The certificate ARN.

        Parameters:
        certificateArn - The certificate ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCertificateId

        public void setCertificateId​(String certificateId)

        The certificate identifier.

        Parameters:
        certificateId - The certificate identifier.
      • getCertificateId

        public String getCertificateId()

        The certificate identifier.

        Returns:
        The certificate identifier.
      • withCertificateId

        public RegisterCertificateResult withCertificateId​(String certificateId)

        The certificate identifier.

        Parameters:
        certificateId - The certificate identifier.
        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