@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, withSdkRequestTimeout
public 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.KeyMaterialType
public 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.KeyMaterialType
public 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.KeyMaterialType
public 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.KeyMaterialType
public 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.KeyAlgorithm
public 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.KeyAlgorithm
public 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.KeyAlgorithm
public 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.KeyAlgorithm
public String toString()
toString
in class Object
Object.toString()
public GetParametersForExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()