Struct aws_sdk_paymentcryptographydata::types::builders::CryptogramVerificationArpcMethod1Builder
source · #[non_exhaustive]pub struct CryptogramVerificationArpcMethod1Builder { /* private fields */ }
Expand description
A builder for CryptogramVerificationArpcMethod1
.
Implementations§
source§impl CryptogramVerificationArpcMethod1Builder
impl CryptogramVerificationArpcMethod1Builder
sourcepub fn auth_response_code(self, input: impl Into<String>) -> Self
pub fn auth_response_code(self, input: impl Into<String>) -> Self
The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.
This field is required.sourcepub fn set_auth_response_code(self, input: Option<String>) -> Self
pub fn set_auth_response_code(self, input: Option<String>) -> Self
The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.
sourcepub fn get_auth_response_code(&self) -> &Option<String>
pub fn get_auth_response_code(&self) -> &Option<String>
The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.
sourcepub fn build(self) -> Result<CryptogramVerificationArpcMethod1, BuildError>
pub fn build(self) -> Result<CryptogramVerificationArpcMethod1, BuildError>
Consumes the builder and constructs a CryptogramVerificationArpcMethod1
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for CryptogramVerificationArpcMethod1Builder
impl Clone for CryptogramVerificationArpcMethod1Builder
source§fn clone(&self) -> CryptogramVerificationArpcMethod1Builder
fn clone(&self) -> CryptogramVerificationArpcMethod1Builder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CryptogramVerificationArpcMethod1Builder
impl Default for CryptogramVerificationArpcMethod1Builder
source§fn default() -> CryptogramVerificationArpcMethod1Builder
fn default() -> CryptogramVerificationArpcMethod1Builder
Returns the “default value” for a type. Read more
source§impl PartialEq for CryptogramVerificationArpcMethod1Builder
impl PartialEq for CryptogramVerificationArpcMethod1Builder
source§fn eq(&self, other: &CryptogramVerificationArpcMethod1Builder) -> bool
fn eq(&self, other: &CryptogramVerificationArpcMethod1Builder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CryptogramVerificationArpcMethod1Builder
Auto Trait Implementations§
impl RefUnwindSafe for CryptogramVerificationArpcMethod1Builder
impl Send for CryptogramVerificationArpcMethod1Builder
impl Sync for CryptogramVerificationArpcMethod1Builder
impl Unpin for CryptogramVerificationArpcMethod1Builder
impl UnwindSafe for CryptogramVerificationArpcMethod1Builder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.