JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudhsm.model

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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /