@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersForExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetParametersForExportRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetParametersForExportRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getKeyMaterialType()
 The key block format type (for example, TR-34 or TR-31) to use during key material export. | 
| String | getSigningKeyAlgorithm()
 The signing key algorithm to generate a signing key certificate. | 
| int | hashCode() | 
| void | setKeyMaterialType(String keyMaterialType)
 The key block format type (for example, TR-34 or TR-31) to use during key material export. | 
| void | setSigningKeyAlgorithm(String signingKeyAlgorithm)
 The signing key algorithm to generate a signing key certificate. | 
| String | toString()Returns a string representation of this object. | 
| GetParametersForExportRequest | withKeyMaterialType(KeyMaterialType keyMaterialType)
 The key block format type (for example, TR-34 or TR-31) to use during key material export. | 
| GetParametersForExportRequest | withKeyMaterialType(String keyMaterialType)
 The key block format type (for example, TR-34 or TR-31) to use during key material export. | 
| GetParametersForExportRequest | withSigningKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
 The signing key algorithm to generate a signing key certificate. | 
| GetParametersForExportRequest | withSigningKeyAlgorithm(String signingKeyAlgorithm)
 The signing key algorithm to generate a signing key certificate. | 
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, withSdkRequestTimeoutpublic void setKeyMaterialType(String keyMaterialType)
 The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only
 required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
 
keyMaterialType - The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is
        only required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31
        key export.KeyMaterialTypepublic String getKeyMaterialType()
 The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only
 required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
 
TR34_KEY_BLOCK. Export token is not required for
         TR-31 key export.KeyMaterialTypepublic GetParametersForExportRequest withKeyMaterialType(String keyMaterialType)
 The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only
 required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
 
keyMaterialType - The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is
        only required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31
        key export.KeyMaterialTypepublic GetParametersForExportRequest withKeyMaterialType(KeyMaterialType keyMaterialType)
 The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only
 required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
 
keyMaterialType - The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is
        only required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31
        key export.KeyMaterialTypepublic void setSigningKeyAlgorithm(String signingKeyAlgorithm)
 The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under
 export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.
 
signingKeyAlgorithm - The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key
        under export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.KeyAlgorithmpublic String getSigningKeyAlgorithm()
 The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under
 export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.
 
RSA_2048 is the only signing key algorithm allowed.KeyAlgorithmpublic GetParametersForExportRequest withSigningKeyAlgorithm(String signingKeyAlgorithm)
 The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under
 export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.
 
signingKeyAlgorithm - The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key
        under export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.KeyAlgorithmpublic GetParametersForExportRequest withSigningKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
 The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under
 export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.
 
signingKeyAlgorithm - The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key
        under export within the TR-34 key block. RSA_2048 is the only signing key algorithm allowed.KeyAlgorithmpublic String toString()
toString in class ObjectObject.toString()public GetParametersForExportRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()