7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
42 template <
typename AuthorizationRequestKeyArnT = Aws::String>
44 m_authorizationRequestKeyArnHasBeenSet =
true;
45 m_authorizationRequestKeyArn = std::forward<AuthorizationRequestKeyArnT>(value);
47 template <
typename AuthorizationRequestKeyArnT = Aws::String>
61 template <
typename AuthorizationRequestKeyCheckValueT = Aws::String>
63 m_authorizationRequestKeyCheckValueHasBeenSet =
true;
64 m_authorizationRequestKeyCheckValue = std::forward<AuthorizationRequestKeyCheckValueT>(value);
66 template <
typename AuthorizationRequestKeyCheckValueT = Aws::String>
79 template <
typename CurrentPinPekArnT = Aws::String>
81 m_currentPinPekArnHasBeenSet =
true;
82 m_currentPinPekArn = std::forward<CurrentPinPekArnT>(value);
84 template <
typename CurrentPinPekArnT = Aws::String>
97 template <
typename CurrentPinPekKeyCheckValueT = Aws::String>
99 m_currentPinPekKeyCheckValueHasBeenSet =
true;
100 m_currentPinPekKeyCheckValue = std::forward<CurrentPinPekKeyCheckValueT>(value);
102 template <
typename CurrentPinPekKeyCheckValueT = Aws::String>
116 bool m_authorizationRequestKeyArnHasBeenSet =
false;
117 bool m_authorizationRequestKeyCheckValueHasBeenSet =
false;
118 bool m_currentPinPekArnHasBeenSet =
false;
119 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