@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExportKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportKeyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getExportKeyIdentifier()
The
KeyARN of the key under export from Amazon Web Services Payment Cryptography. |
ExportKeyMaterial |
getKeyMaterial()
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
int |
hashCode() |
void |
setExportKeyIdentifier(String exportKeyIdentifier)
The
KeyARN of the key under export from Amazon Web Services Payment Cryptography. |
void |
setKeyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
String |
toString()
Returns a string representation of this object.
|
ExportKeyRequest |
withExportKeyIdentifier(String exportKeyIdentifier)
The
KeyARN of the key under export from Amazon Web Services Payment Cryptography. |
ExportKeyRequest |
withKeyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setExportKeyIdentifier(String exportKeyIdentifier)
The KeyARN of the key under export from Amazon Web Services Payment Cryptography.
exportKeyIdentifier - The KeyARN of the key under export from Amazon Web Services Payment Cryptography.public String getExportKeyIdentifier()
The KeyARN of the key under export from Amazon Web Services Payment Cryptography.
KeyARN of the key under export from Amazon Web Services Payment Cryptography.public ExportKeyRequest withExportKeyIdentifier(String exportKeyIdentifier)
The KeyARN of the key under export from Amazon Web Services Payment Cryptography.
exportKeyIdentifier - The KeyARN of the key under export from Amazon Web Services Payment Cryptography.public void setKeyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
keyMaterial - The key block format type, for example, TR-34 or TR-31, to use during key material export.public ExportKeyMaterial getKeyMaterial()
The key block format type, for example, TR-34 or TR-31, to use during key material export.
public ExportKeyRequest withKeyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
keyMaterial - The key block format type, for example, TR-34 or TR-31, to use during key material export.public String toString()
toString in class ObjectObject.toString()public ExportKeyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.