@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) |
ExportAttributes |
getExportAttributes()
The attributes for IPEK generation during export.
|
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 |
setExportAttributes(ExportAttributes exportAttributes)
The attributes for IPEK generation during export.
|
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 |
withExportAttributes(ExportAttributes exportAttributes)
The attributes for IPEK generation during export.
|
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 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 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 setExportAttributes(ExportAttributes exportAttributes)
The attributes for IPEK generation during export.
exportAttributes
- The attributes for IPEK generation during export.public ExportAttributes getExportAttributes()
The attributes for IPEK generation during export.
public ExportKeyRequest withExportAttributes(ExportAttributes exportAttributes)
The attributes for IPEK generation during export.
exportAttributes
- The attributes for IPEK generation during export.public String toString()
toString
in class Object
Object.toString()
public ExportKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()