Class DescribeLunaClientResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.DescribeLunaClientResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The certificate installed on the HSMs used by this client.The certificate fingerprint.The ARN of the client.getLabel()
The label of the client.The date and time the client was last modified.int
hashCode()
void
setCertificate
(String certificate) The certificate installed on the HSMs used by this client.void
setCertificateFingerprint
(String certificateFingerprint) The certificate fingerprint.void
setClientArn
(String clientArn) The ARN of the client.void
The label of the client.void
setLastModifiedTimestamp
(String lastModifiedTimestamp) The date and time the client was last modified.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificate
(String certificate) The certificate installed on the HSMs used by this client.withCertificateFingerprint
(String certificateFingerprint) The certificate fingerprint.withClientArn
(String clientArn) The ARN of the client.The label of the client.withLastModifiedTimestamp
(String lastModifiedTimestamp) The date and time the client was last modified.
-
Constructor Details
-
DescribeLunaClientResult
public DescribeLunaClientResult()
-
-
Method Details
-
setClientArn
The ARN of the client.
- Parameters:
clientArn
- The ARN of the client.
-
getClientArn
The ARN of the client.
- Returns:
- The ARN of the client.
-
withClientArn
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
The certificate installed on the HSMs used by this client.
- Parameters:
certificate
- The certificate installed on the HSMs used by this client.
-
getCertificate
The certificate installed on the HSMs used by this client.
- Returns:
- The certificate installed on the HSMs used by this client.
-
withCertificate
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
The certificate fingerprint.
- Parameters:
certificateFingerprint
- The certificate fingerprint.
-
getCertificateFingerprint
The certificate fingerprint.
- Returns:
- The certificate fingerprint.
-
withCertificateFingerprint
The certificate fingerprint.
- Parameters:
certificateFingerprint
- The certificate fingerprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastModifiedTimestamp
The date and time the client was last modified.
- Parameters:
lastModifiedTimestamp
- The date and time the client was last modified.
-
getLastModifiedTimestamp
The date and time the client was last modified.
- Returns:
- The date and time the client was last modified.
-
withLastModifiedTimestamp
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
The label of the client.
- Parameters:
label
- The label of the client.
-
getLabel
The label of the client.
- Returns:
- The label of the client.
-
withLabel
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-