@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersForImportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetParametersForImportResult() |
Modifier and Type | Method and Description |
---|---|
GetParametersForImportResult |
clone() |
boolean |
equals(Object obj) |
String |
getImportToken()
The import token to initiate key import into Amazon Web Services Payment Cryptography.
|
Date |
getParametersValidUntilTimestamp()
The validity period of the import token.
|
String |
getWrappingKeyAlgorithm()
The algorithm of the wrapping key for use within TR-34 key block.
|
String |
getWrappingKeyCertificate()
The wrapping key certificate of the wrapping key for use within the TR-34 key block.
|
String |
getWrappingKeyCertificateChain()
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate.
|
int |
hashCode() |
void |
setImportToken(String importToken)
The import token to initiate key import into Amazon Web Services Payment Cryptography.
|
void |
setParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the import token.
|
void |
setWrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
void |
setWrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate of the wrapping key for use within the TR-34 key block.
|
void |
setWrappingKeyCertificateChain(String wrappingKeyCertificateChain)
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate.
|
String |
toString()
Returns a string representation of this object.
|
GetParametersForImportResult |
withImportToken(String importToken)
The import token to initiate key import into Amazon Web Services Payment Cryptography.
|
GetParametersForImportResult |
withParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the import token.
|
GetParametersForImportResult |
withWrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
GetParametersForImportResult |
withWrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
GetParametersForImportResult |
withWrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate of the wrapping key for use within the TR-34 key block.
|
GetParametersForImportResult |
withWrappingKeyCertificateChain(String wrappingKeyCertificateChain)
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setImportToken(String importToken)
The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
importToken
- The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token
expires after 7 days. You can use the same import token to import multiple keys to the same service
account.public String getImportToken()
The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
public GetParametersForImportResult withImportToken(String importToken)
The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
importToken
- The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token
expires after 7 days. You can use the same import token to import multiple keys to the same service
account.public void setParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the import token.
parametersValidUntilTimestamp
- The validity period of the import token.public Date getParametersValidUntilTimestamp()
The validity period of the import token.
public GetParametersForImportResult withParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the import token.
parametersValidUntilTimestamp
- The validity period of the import token.public void setWrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block. RSA_2048
is the only wrapping key
algorithm allowed.
wrappingKeyAlgorithm
- The algorithm of the wrapping key for use within TR-34 key block. RSA_2048
is the only
wrapping key algorithm allowed.KeyAlgorithm
public String getWrappingKeyAlgorithm()
The algorithm of the wrapping key for use within TR-34 key block. RSA_2048
is the only wrapping key
algorithm allowed.
RSA_2048
is the only
wrapping key algorithm allowed.KeyAlgorithm
public GetParametersForImportResult withWrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block. RSA_2048
is the only wrapping key
algorithm allowed.
wrappingKeyAlgorithm
- The algorithm of the wrapping key for use within TR-34 key block. RSA_2048
is the only
wrapping key algorithm allowed.KeyAlgorithm
public GetParametersForImportResult withWrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block. RSA_2048
is the only wrapping key
algorithm allowed.
wrappingKeyAlgorithm
- The algorithm of the wrapping key for use within TR-34 key block. RSA_2048
is the only
wrapping key algorithm allowed.KeyAlgorithm
public void setWrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
wrappingKeyCertificate
- The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate
expires in 7 days.public String getWrappingKeyCertificate()
The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
public GetParametersForImportResult withWrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
wrappingKeyCertificate
- The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate
expires in 7 days.public void setWrappingKeyCertificateChain(String wrappingKeyCertificateChain)
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.
wrappingKeyCertificateChain
- The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate.
This is the root certificate authority (CA) within your service account.public String getWrappingKeyCertificateChain()
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.
public GetParametersForImportResult withWrappingKeyCertificateChain(String wrappingKeyCertificateChain)
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.
wrappingKeyCertificateChain
- The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate.
This is the root certificate authority (CA) within your service account.public String toString()
toString
in class Object
Object.toString()
public GetParametersForImportResult clone()