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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeLunaClientResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeLunaClientResult
clone()
boolean
equals(Object obj)
String
getCertificate()
The certificate installed on the HSMs used by this client.String
getCertificateFingerprint()
The certificate fingerprint.String
getClientArn()
The ARN of the client.String
getLabel()
The label of the client.String
getLastModifiedTimestamp()
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
setLabel(String label)
The label of the client.void
setLastModifiedTimestamp(String lastModifiedTimestamp)
The date and time the client was last modified.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeLunaClientResult
withCertificate(String certificate)
The certificate installed on the HSMs used by this client.DescribeLunaClientResult
withCertificateFingerprint(String certificateFingerprint)
The certificate fingerprint.DescribeLunaClientResult
withClientArn(String clientArn)
The ARN of the client.DescribeLunaClientResult
withLabel(String label)
The label of the client.DescribeLunaClientResult
withLastModifiedTimestamp(String lastModifiedTimestamp)
The date and time the client was last modified.
-
-
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeLunaClientResult clone()
-
-