public class DescribeLunaClientResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certificate
The certificate installed on the HSMs used by this client.
|
private java.lang.String |
certificateFingerprint
The certificate fingerprint.
|
private java.lang.String |
clientArn
The ARN of the client.
|
private java.lang.String |
label
The label of the client.
|
private java.lang.String |
lastModifiedTimestamp
The date and time the client was last modified.
|
Constructor and Description |
---|
DescribeLunaClientResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLunaClientResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificate()
The certificate installed on the HSMs used by this client.
|
java.lang.String |
getCertificateFingerprint()
The certificate fingerprint.
|
java.lang.String |
getClientArn()
The ARN of the client.
|
java.lang.String |
getLabel()
The label of the client.
|
java.lang.String |
getLastModifiedTimestamp()
The date and time the client was last modified.
|
int |
hashCode() |
void |
setCertificate(java.lang.String certificate)
The certificate installed on the HSMs used by this client.
|
void |
setCertificateFingerprint(java.lang.String certificateFingerprint)
The certificate fingerprint.
|
void |
setClientArn(java.lang.String clientArn)
The ARN of the client.
|
void |
setLabel(java.lang.String label)
The label of the client.
|
void |
setLastModifiedTimestamp(java.lang.String lastModifiedTimestamp)
The date and time the client was last modified.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLunaClientResult |
withCertificate(java.lang.String certificate)
The certificate installed on the HSMs used by this client.
|
DescribeLunaClientResult |
withCertificateFingerprint(java.lang.String certificateFingerprint)
The certificate fingerprint.
|
DescribeLunaClientResult |
withClientArn(java.lang.String clientArn)
The ARN of the client.
|
DescribeLunaClientResult |
withLabel(java.lang.String label)
The label of the client.
|
DescribeLunaClientResult |
withLastModifiedTimestamp(java.lang.String lastModifiedTimestamp)
The date and time the client was last modified.
|
private java.lang.String clientArn
The ARN of the client.
private java.lang.String certificate
The certificate installed on the HSMs used by this client.
private java.lang.String certificateFingerprint
The certificate fingerprint.
private java.lang.String lastModifiedTimestamp
The date and time the client was last modified.
private java.lang.String label
The label of the client.
public void setClientArn(java.lang.String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public java.lang.String getClientArn()
The ARN of the client.
public DescribeLunaClientResult withClientArn(java.lang.String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public void setCertificate(java.lang.String certificate)
The certificate installed on the HSMs used by this client.
certificate
- The certificate installed on the HSMs used by this client.public java.lang.String getCertificate()
The certificate installed on the HSMs used by this client.
public DescribeLunaClientResult withCertificate(java.lang.String certificate)
The certificate installed on the HSMs used by this client.
certificate
- The certificate installed on the HSMs used by this client.public void setCertificateFingerprint(java.lang.String certificateFingerprint)
The certificate fingerprint.
certificateFingerprint
- The certificate fingerprint.public java.lang.String getCertificateFingerprint()
The certificate fingerprint.
public DescribeLunaClientResult withCertificateFingerprint(java.lang.String certificateFingerprint)
The certificate fingerprint.
certificateFingerprint
- The certificate fingerprint.public void setLastModifiedTimestamp(java.lang.String lastModifiedTimestamp)
The date and time the client was last modified.
lastModifiedTimestamp
- The date and time the client was last modified.public java.lang.String getLastModifiedTimestamp()
The date and time the client was last modified.
public DescribeLunaClientResult withLastModifiedTimestamp(java.lang.String lastModifiedTimestamp)
The date and time the client was last modified.
lastModifiedTimestamp
- The date and time the client was last modified.public void setLabel(java.lang.String label)
The label of the client.
label
- The label of the client.public java.lang.String getLabel()
The label of the client.
public DescribeLunaClientResult withLabel(java.lang.String label)
The label of the client.
label
- The label of the client.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeLunaClientResult clone()
clone
in class java.lang.Object