Class GetCertificateResult

    • Constructor Detail

      • GetCertificateResult

        public GetCertificateResult()
    • Method Detail

      • setCertificate

        public void setCertificate​(String certificate)

        String that contains the ACM Certificate represented by the ARN specified at input.

        Parameters:
        certificate - String that contains the ACM Certificate represented by the ARN specified at input.
      • getCertificate

        public String getCertificate()

        String that contains the ACM Certificate represented by the ARN specified at input.

        Returns:
        String that contains the ACM Certificate represented by the ARN specified at input.
      • withCertificate

        public GetCertificateResult withCertificate​(String certificate)

        String that contains the ACM Certificate represented by the ARN specified at input.

        Parameters:
        certificate - String that contains the ACM Certificate represented by the ARN specified at input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCertificateChain

        public void setCertificateChain​(String certificateChain)

        The certificate chain that contains the root certificate issued by the certificate authority (CA).

        Parameters:
        certificateChain - The certificate chain that contains the root certificate issued by the certificate authority (CA).
      • getCertificateChain

        public String getCertificateChain()

        The certificate chain that contains the root certificate issued by the certificate authority (CA).

        Returns:
        The certificate chain that contains the root certificate issued by the certificate authority (CA).
      • withCertificateChain

        public GetCertificateResult withCertificateChain​(String certificateChain)

        The certificate chain that contains the root certificate issued by the certificate authority (CA).

        Parameters:
        certificateChain - The certificate chain that contains the root certificate issued by the certificate authority (CA).
        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