public class CreateHsmClientCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateHsmClientCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateHsmClientCertificateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHsmClientCertificateIdentifier()
The identifier to be assigned to the new HSM client certificate that the
cluster will use to connect to the HSM to use the database encryption
keys.
|
List<Tag> |
getTags()
A list of tag instances.
|
int |
hashCode() |
void |
setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that the
cluster will use to connect to the HSM to use the database encryption
keys.
|
void |
setTags(Collection<Tag> tags)
A list of tag instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateHsmClientCertificateRequest |
withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that the
cluster will use to connect to the HSM to use the database encryption
keys.
|
CreateHsmClientCertificateRequest |
withTags(Collection<Tag> tags)
A list of tag instances.
|
CreateHsmClientCertificateRequest |
withTags(Tag... tags)
A list of tag instances.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
hsmClientCertificateIdentifier - The identifier to be assigned to the new HSM client certificate
that the cluster will use to connect to the HSM to use the
database encryption keys.public String getHsmClientCertificateIdentifier()
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
public CreateHsmClientCertificateRequest withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
hsmClientCertificateIdentifier - The identifier to be assigned to the new HSM client certificate
that the cluster will use to connect to the HSM to use the
database encryption keys.public void setTags(Collection<Tag> tags)
A list of tag instances.
tags - A list of tag instances.public CreateHsmClientCertificateRequest withTags(Tag... tags)
A list of tag instances.
NOTE: This method appends the values to the existing list (if
any). Use setTags(java.util.Collection) or
withTags(java.util.Collection) if you want to override the
existing values.
tags - A list of tag instances.public CreateHsmClientCertificateRequest withTags(Collection<Tag> tags)
A list of tag instances.
tags - A list of tag instances.public String toString()
toString in class ObjectObject.toString()public CreateHsmClientCertificateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.