Struct aws_sdk_paymentcryptographydata::operation::translate_pin_data::builders::TranslatePinDataInputBuilder
source · #[non_exhaustive]pub struct TranslatePinDataInputBuilder { /* private fields */ }
Expand description
A builder for TranslatePinDataInput
.
Implementations§
source§impl TranslatePinDataInputBuilder
impl TranslatePinDataInputBuilder
sourcepub fn incoming_key_identifier(self, input: impl Into<String>) -> Self
pub fn incoming_key_identifier(self, input: impl Into<String>) -> Self
The keyARN
of the encryption key under which incoming PIN block data is encrypted. This key type can be PEK or BDK.
sourcepub fn set_incoming_key_identifier(self, input: Option<String>) -> Self
pub fn set_incoming_key_identifier(self, input: Option<String>) -> Self
The keyARN
of the encryption key under which incoming PIN block data is encrypted. This key type can be PEK or BDK.
sourcepub fn get_incoming_key_identifier(&self) -> &Option<String>
pub fn get_incoming_key_identifier(&self) -> &Option<String>
The keyARN
of the encryption key under which incoming PIN block data is encrypted. This key type can be PEK or BDK.
sourcepub fn outgoing_key_identifier(self, input: impl Into<String>) -> Self
pub fn outgoing_key_identifier(self, input: impl Into<String>) -> Self
The keyARN
of the encryption key for encrypting outgoing PIN block data. This key type can be PEK or BDK.
sourcepub fn set_outgoing_key_identifier(self, input: Option<String>) -> Self
pub fn set_outgoing_key_identifier(self, input: Option<String>) -> Self
The keyARN
of the encryption key for encrypting outgoing PIN block data. This key type can be PEK or BDK.
sourcepub fn get_outgoing_key_identifier(&self) -> &Option<String>
pub fn get_outgoing_key_identifier(&self) -> &Option<String>
The keyARN
of the encryption key for encrypting outgoing PIN block data. This key type can be PEK or BDK.
sourcepub fn incoming_translation_attributes(
self,
input: TranslationIsoFormats
) -> Self
pub fn incoming_translation_attributes( self, input: TranslationIsoFormats ) -> Self
The format of the incoming PIN block data for tranlation within Amazon Web Services Payment Cryptography.
This field is required.sourcepub fn set_incoming_translation_attributes(
self,
input: Option<TranslationIsoFormats>
) -> Self
pub fn set_incoming_translation_attributes( self, input: Option<TranslationIsoFormats> ) -> Self
The format of the incoming PIN block data for tranlation within Amazon Web Services Payment Cryptography.
sourcepub fn get_incoming_translation_attributes(
&self
) -> &Option<TranslationIsoFormats>
pub fn get_incoming_translation_attributes( &self ) -> &Option<TranslationIsoFormats>
The format of the incoming PIN block data for tranlation within Amazon Web Services Payment Cryptography.
sourcepub fn outgoing_translation_attributes(
self,
input: TranslationIsoFormats
) -> Self
pub fn outgoing_translation_attributes( self, input: TranslationIsoFormats ) -> Self
The format of the outgoing PIN block data after tranlation by Amazon Web Services Payment Cryptography.
This field is required.sourcepub fn set_outgoing_translation_attributes(
self,
input: Option<TranslationIsoFormats>
) -> Self
pub fn set_outgoing_translation_attributes( self, input: Option<TranslationIsoFormats> ) -> Self
The format of the outgoing PIN block data after tranlation by Amazon Web Services Payment Cryptography.
sourcepub fn get_outgoing_translation_attributes(
&self
) -> &Option<TranslationIsoFormats>
pub fn get_outgoing_translation_attributes( &self ) -> &Option<TranslationIsoFormats>
The format of the outgoing PIN block data after tranlation by Amazon Web Services Payment Cryptography.
sourcepub fn encrypted_pin_block(self, input: impl Into<String>) -> Self
pub fn encrypted_pin_block(self, input: impl Into<String>) -> Self
The encrypted PIN block data that Amazon Web Services Payment Cryptography translates.
This field is required.sourcepub fn set_encrypted_pin_block(self, input: Option<String>) -> Self
pub fn set_encrypted_pin_block(self, input: Option<String>) -> Self
The encrypted PIN block data that Amazon Web Services Payment Cryptography translates.
sourcepub fn get_encrypted_pin_block(&self) -> &Option<String>
pub fn get_encrypted_pin_block(&self) -> &Option<String>
The encrypted PIN block data that Amazon Web Services Payment Cryptography translates.
sourcepub fn incoming_dukpt_attributes(self, input: DukptDerivationAttributes) -> Self
pub fn incoming_dukpt_attributes(self, input: DukptDerivationAttributes) -> Self
The attributes and values to use for incoming DUKPT encryption key for PIN block tranlation.
sourcepub fn set_incoming_dukpt_attributes(
self,
input: Option<DukptDerivationAttributes>
) -> Self
pub fn set_incoming_dukpt_attributes( self, input: Option<DukptDerivationAttributes> ) -> Self
The attributes and values to use for incoming DUKPT encryption key for PIN block tranlation.
sourcepub fn get_incoming_dukpt_attributes(
&self
) -> &Option<DukptDerivationAttributes>
pub fn get_incoming_dukpt_attributes( &self ) -> &Option<DukptDerivationAttributes>
The attributes and values to use for incoming DUKPT encryption key for PIN block tranlation.
sourcepub fn outgoing_dukpt_attributes(self, input: DukptDerivationAttributes) -> Self
pub fn outgoing_dukpt_attributes(self, input: DukptDerivationAttributes) -> Self
The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.
sourcepub fn set_outgoing_dukpt_attributes(
self,
input: Option<DukptDerivationAttributes>
) -> Self
pub fn set_outgoing_dukpt_attributes( self, input: Option<DukptDerivationAttributes> ) -> Self
The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.
sourcepub fn get_outgoing_dukpt_attributes(
&self
) -> &Option<DukptDerivationAttributes>
pub fn get_outgoing_dukpt_attributes( &self ) -> &Option<DukptDerivationAttributes>
The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.
sourcepub fn build(self) -> Result<TranslatePinDataInput, BuildError>
pub fn build(self) -> Result<TranslatePinDataInput, BuildError>
Consumes the builder and constructs a TranslatePinDataInput
.
source§impl TranslatePinDataInputBuilder
impl TranslatePinDataInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<TranslatePinDataOutput, SdkError<TranslatePinDataError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<TranslatePinDataOutput, SdkError<TranslatePinDataError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for TranslatePinDataInputBuilder
impl Clone for TranslatePinDataInputBuilder
source§fn clone(&self) -> TranslatePinDataInputBuilder
fn clone(&self) -> TranslatePinDataInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TranslatePinDataInputBuilder
impl Debug for TranslatePinDataInputBuilder
source§impl Default for TranslatePinDataInputBuilder
impl Default for TranslatePinDataInputBuilder
source§fn default() -> TranslatePinDataInputBuilder
fn default() -> TranslatePinDataInputBuilder
source§impl PartialEq for TranslatePinDataInputBuilder
impl PartialEq for TranslatePinDataInputBuilder
source§fn eq(&self, other: &TranslatePinDataInputBuilder) -> bool
fn eq(&self, other: &TranslatePinDataInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.