public class CreateLunaClientRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CreateLunaClient operation.
Creates an HSM client.
NOOP| Constructor and Description |
|---|
CreateLunaClientRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateLunaClientRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCertificate()
The contents of a Base64-Encoded X.509 v3 certificate to be installed
on the HSMs used by this client.
|
String |
getLabel()
The label for the client.
|
int |
hashCode() |
void |
setCertificate(String certificate)
The contents of a Base64-Encoded X.509 v3 certificate to be installed
on the HSMs used by this client.
|
void |
setLabel(String label)
The label for the client.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateLunaClientRequest |
withCertificate(String certificate)
The contents of a Base64-Encoded X.509 v3 certificate to be installed
on the HSMs used by this client.
|
CreateLunaClientRequest |
withLabel(String label)
The label for the client.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getLabel()
Constraints:
Pattern: [a-zA-Z0-9_.-]{2,64}
public void setLabel(String label)
Constraints:
Pattern: [a-zA-Z0-9_.-]{2,64}
label - The label for the client.public CreateLunaClientRequest withLabel(String label)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [a-zA-Z0-9_.-]{2,64}
label - The label for 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 contents of a Base64-Encoded X.509 v3 certificate to be installed
on the HSMs used by this client.public CreateLunaClientRequest 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 contents of a Base64-Encoded X.509 v3 certificate to be installed
on the HSMs used by this client.public String toString()
toString in class ObjectObject.toString()public CreateLunaClientRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.