7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/SessionKeyEmvCommon.h>
9#include <aws/payment-cryptography-data/model/SessionKeyMastercard.h>
10#include <aws/payment-cryptography-data/model/SessionKeyEmv2000.h>
11#include <aws/payment-cryptography-data/model/SessionKeyAmex.h>
12#include <aws/payment-cryptography-data/model/SessionKeyVisa.h>
25namespace PaymentCryptographyData
52 template<
typename EmvCommonT = SessionKeyEmvCommon>
53 void SetEmvCommon(EmvCommonT&& value) { m_emvCommonHasBeenSet =
true; m_emvCommon = std::forward<EmvCommonT>(value); }
54 template<
typename EmvCommonT = SessionKeyEmvCommon>
65 template<
typename MastercardT = SessionKeyMastercard>
66 void SetMastercard(MastercardT&& value) { m_mastercardHasBeenSet =
true; m_mastercard = std::forward<MastercardT>(value); }
67 template<
typename MastercardT = SessionKeyMastercard>
78 template<
typename Emv2000T = SessionKeyEmv2000>
79 void SetEmv2000(Emv2000T&& value) { m_emv2000HasBeenSet =
true; m_emv2000 = std::forward<Emv2000T>(value); }
80 template<
typename Emv2000T = SessionKeyEmv2000>
91 template<
typename AmexT = SessionKeyAmex>
92 void SetAmex(AmexT&& value) { m_amexHasBeenSet =
true; m_amex = std::forward<AmexT>(value); }
93 template<
typename AmexT = SessionKeyAmex>
104 template<
typename VisaT = SessionKeyVisa>
105 void SetVisa(VisaT&& value) { m_visaHasBeenSet =
true; m_visa = std::forward<VisaT>(value); }
106 template<
typename VisaT = SessionKeyVisa>
112 bool m_emvCommonHasBeenSet =
false;
115 bool m_mastercardHasBeenSet =
false;
118 bool m_emv2000HasBeenSet =
false;
121 bool m_amexHasBeenSet =
false;
124 bool m_visaHasBeenSet =
false;
void SetMastercard(MastercardT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API SessionKeyDerivation(Aws::Utils::Json::JsonView jsonValue)
bool Emv2000HasBeenSet() const
const SessionKeyEmv2000 & GetEmv2000() const
const SessionKeyVisa & GetVisa() const
bool MastercardHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API SessionKeyDerivation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEmvCommon(EmvCommonT &&value)
SessionKeyDerivation & WithEmvCommon(EmvCommonT &&value)
SessionKeyDerivation & WithVisa(VisaT &&value)
void SetVisa(VisaT &&value)
const SessionKeyAmex & GetAmex() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API SessionKeyDerivation()=default
void SetEmv2000(Emv2000T &&value)
SessionKeyDerivation & WithAmex(AmexT &&value)
bool EmvCommonHasBeenSet() const
SessionKeyDerivation & WithEmv2000(Emv2000T &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const SessionKeyEmvCommon & GetEmvCommon() const
void SetAmex(AmexT &&value)
SessionKeyDerivation & WithMastercard(MastercardT &&value)
bool AmexHasBeenSet() const
const SessionKeyMastercard & GetMastercard() const
bool VisaHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue