Class DescribeLunaClientResult

java.lang.Object
com.amazonaws.services.cloudhsm.model.DescribeLunaClientResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeLunaClientResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • DescribeLunaClientResult

      public DescribeLunaClientResult()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public DescribeLunaClientResult clone()
      Overrides:
      clone in class Object