public class DescribeLunaClientResult extends Object 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.
|
public String getClientArn()
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
public void setClientArn(String clientArn)
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
clientArn
- The ARN of the client.public DescribeLunaClientResult withClientArn(String clientArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
clientArn
- The ARN of the client.public String getCertificate()
Constraints:
Length: 600 - 2400
Pattern: [\w :+=./\n-]*
public void setCertificate(String certificate)
Constraints:
Length: 600 - 2400
Pattern: [\w :+=./\n-]*
certificate
- The certificate installed on the HSMs used by this client.public DescribeLunaClientResult withCertificate(String certificate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 600 - 2400
Pattern: [\w :+=./\n-]*
certificate
- The certificate installed on the HSMs used by this client.public String getCertificateFingerprint()
Constraints:
Pattern: ([0-9a-fA-F][0-9a-fA-F]:){15}[0-9a-fA-F][0-9a-fA-F]
public void setCertificateFingerprint(String certificateFingerprint)
Constraints:
Pattern: ([0-9a-fA-F][0-9a-fA-F]:){15}[0-9a-fA-F][0-9a-fA-F]
certificateFingerprint
- The certificate fingerprint.public DescribeLunaClientResult withCertificateFingerprint(String certificateFingerprint)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ([0-9a-fA-F][0-9a-fA-F]:){15}[0-9a-fA-F][0-9a-fA-F]
certificateFingerprint
- The certificate fingerprint.public String getLastModifiedTimestamp()
Constraints:
Pattern: \d*
public void setLastModifiedTimestamp(String lastModifiedTimestamp)
Constraints:
Pattern: \d*
lastModifiedTimestamp
- The date and time the client was last modified.public DescribeLunaClientResult withLastModifiedTimestamp(String lastModifiedTimestamp)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: \d*
lastModifiedTimestamp
- The date and time the client was last modified.public String getLabel()
Constraints:
Pattern: [a-zA-Z0-9_.-]{1,64}
public void setLabel(String label)
Constraints:
Pattern: [a-zA-Z0-9_.-]{1,64}
label
- The label of the client.public DescribeLunaClientResult withLabel(String label)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [a-zA-Z0-9_.-]{1,64}
label
- The label of the client.public String toString()
toString
in class Object
Object.toString()
public DescribeLunaClientResult clone()
Copyright © 2015. All rights reserved.