@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ExportKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()