7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
48 template<
typename AuthorizationRequestKeyArnT = Aws::String>
49 void SetAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT&& value) { m_authorizationRequestKeyArnHasBeenSet =
true; m_authorizationRequestKeyArn = std::forward<AuthorizationRequestKeyArnT>(value); }
50 template<
typename AuthorizationRequestKeyArnT = Aws::String>
61 template<
typename AuthorizationRequestKeyCheckValueT = Aws::String>
62 void SetAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT&& value) { m_authorizationRequestKeyCheckValueHasBeenSet =
true; m_authorizationRequestKeyCheckValue = std::forward<AuthorizationRequestKeyCheckValueT>(value); }
63 template<
typename AuthorizationRequestKeyCheckValueT = Aws::String>
73 template<
typename CurrentPinPekArnT = Aws::String>
74 void SetCurrentPinPekArn(CurrentPinPekArnT&& value) { m_currentPinPekArnHasBeenSet =
true; m_currentPinPekArn = std::forward<CurrentPinPekArnT>(value); }
75 template<
typename CurrentPinPekArnT = Aws::String>
85 template<
typename CurrentPinPekKeyCheckValueT = Aws::String>
86 void SetCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT&& value) { m_currentPinPekKeyCheckValueHasBeenSet =
true; m_currentPinPekKeyCheckValue = std::forward<CurrentPinPekKeyCheckValueT>(value); }
87 template<
typename CurrentPinPekKeyCheckValueT = Aws::String>
93 bool m_authorizationRequestKeyArnHasBeenSet =
false;
96 bool m_authorizationRequestKeyCheckValueHasBeenSet =
false;
99 bool m_currentPinPekArnHasBeenSet =
false;
102 bool m_currentPinPekKeyCheckValueHasBeenSet =
false;
bool CurrentPinPekArnHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs()=default
const Aws::String & GetCurrentPinPekKeyCheckValue() const
const Aws::String & GetCurrentPinPekArn() const
VisaAmexDerivationOutputs & WithCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT &&value)
const Aws::String & GetAuthorizationRequestKeyCheckValue() const
bool AuthorizationRequestKeyCheckValueHasBeenSet() const
VisaAmexDerivationOutputs & WithAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT &&value)
VisaAmexDerivationOutputs & WithCurrentPinPekArn(CurrentPinPekArnT &&value)
bool CurrentPinPekKeyCheckValueHasBeenSet() const
bool AuthorizationRequestKeyArnHasBeenSet() const
void SetCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT &&value)
VisaAmexDerivationOutputs & WithAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT &&value)
void SetAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCurrentPinPekArn(CurrentPinPekArnT &&value)
const Aws::String & GetAuthorizationRequestKeyArn() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue