@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHsmClientCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateHsmClientCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateHsmClientCertificateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateHsmClientCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.