@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLunaClientResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLunaClientResult() |
Modifier and Type | Method and 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClientArn(String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public String getClientArn()
The ARN of the client.
public DescribeLunaClientResult withClientArn(String clientArn)
The ARN of the client.
clientArn
- The ARN of the client.public void setCertificate(String certificate)
The certificate installed on the HSMs used by this client.
certificate
- The certificate installed on the HSMs used by this client.public String getCertificate()
The certificate installed on the HSMs used by this client.
public DescribeLunaClientResult withCertificate(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(String certificateFingerprint)
The certificate fingerprint.
certificateFingerprint
- The certificate fingerprint.public String getCertificateFingerprint()
The certificate fingerprint.
public DescribeLunaClientResult withCertificateFingerprint(String certificateFingerprint)
The certificate fingerprint.
certificateFingerprint
- The certificate fingerprint.public void setLastModifiedTimestamp(String lastModifiedTimestamp)
The date and time the client was last modified.
lastModifiedTimestamp
- The date and time the client was last modified.public String getLastModifiedTimestamp()
The date and time the client was last modified.
public DescribeLunaClientResult withLastModifiedTimestamp(String lastModifiedTimestamp)
The date and time the client was last modified.
lastModifiedTimestamp
- The date and time the client was last modified.public void setLabel(String label)
The label of the client.
label
- The label of the client.public String getLabel()
The label of the client.
public DescribeLunaClientResult withLabel(String label)
The label of the client.
label
- The label of the client.public String toString()
toString
in class Object
Object.toString()
public DescribeLunaClientResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.