Class DescribeLunaClientResult

    • Constructor Detail

      • DescribeLunaClientResult

        public DescribeLunaClientResult()
    • Method Detail

      • setClientArn

        public void setClientArn​(String clientArn)

        The ARN of the client.

        Parameters:
        clientArn - The ARN of the client.
      • getClientArn

        public String getClientArn()

        The ARN of the client.

        Returns:
        The ARN of the client.
      • withClientArn

        public DescribeLunaClientResult withClientArn​(String clientArn)

        The ARN of the client.

        Parameters:
        clientArn - The ARN of the client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCertificate

        public void setCertificate​(String certificate)

        The certificate installed on the HSMs used by this client.

        Parameters:
        certificate - The certificate installed on the HSMs used by this client.
      • getCertificate

        public String getCertificate()

        The certificate installed on the HSMs used by this client.

        Returns:
        The certificate installed on the HSMs used by this client.
      • withCertificate

        public DescribeLunaClientResult withCertificate​(String certificate)

        The certificate installed on the HSMs used by this client.

        Parameters:
        certificate - The certificate installed on the HSMs used by this client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCertificateFingerprint

        public void setCertificateFingerprint​(String certificateFingerprint)

        The certificate fingerprint.

        Parameters:
        certificateFingerprint - The certificate fingerprint.
      • getCertificateFingerprint

        public String getCertificateFingerprint()

        The certificate fingerprint.

        Returns:
        The certificate fingerprint.
      • withCertificateFingerprint

        public DescribeLunaClientResult withCertificateFingerprint​(String certificateFingerprint)

        The certificate fingerprint.

        Parameters:
        certificateFingerprint - The certificate fingerprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTimestamp

        public void setLastModifiedTimestamp​(String lastModifiedTimestamp)

        The date and time the client was last modified.

        Parameters:
        lastModifiedTimestamp - The date and time the client was last modified.
      • getLastModifiedTimestamp

        public String getLastModifiedTimestamp()

        The date and time the client was last modified.

        Returns:
        The date and time the client was last modified.
      • withLastModifiedTimestamp

        public DescribeLunaClientResult withLastModifiedTimestamp​(String lastModifiedTimestamp)

        The date and time the client was last modified.

        Parameters:
        lastModifiedTimestamp - The date and time the client was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLabel

        public void setLabel​(String label)

        The label of the client.

        Parameters:
        label - The label of the client.
      • getLabel

        public String getLabel()

        The label of the client.

        Returns:
        The label of the client.
      • withLabel

        public DescribeLunaClientResult withLabel​(String label)

        The label of the client.

        Parameters:
        label - The label of the client.
        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