7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/SessionKeyAmex.h>
9#include <aws/payment-cryptography-data/model/SessionKeyEmv2000.h>
10#include <aws/payment-cryptography-data/model/SessionKeyEmvCommon.h>
11#include <aws/payment-cryptography-data/model/SessionKeyMastercard.h>
12#include <aws/payment-cryptography-data/model/SessionKeyVisa.h>
23namespace PaymentCryptographyData {
46 template <
typename EmvCommonT = SessionKeyEmvCommon>
48 m_emvCommonHasBeenSet =
true;
49 m_emvCommon = std::forward<EmvCommonT>(value);
51 template <
typename EmvCommonT = SessionKeyEmvCommon>
65 template <
typename MastercardT = SessionKeyMastercard>
67 m_mastercardHasBeenSet =
true;
68 m_mastercard = std::forward<MastercardT>(value);
70 template <
typename MastercardT = SessionKeyMastercard>
84 template <
typename Emv2000T = SessionKeyEmv2000>
86 m_emv2000HasBeenSet =
true;
87 m_emv2000 = std::forward<Emv2000T>(value);
89 template <
typename Emv2000T = SessionKeyEmv2000>
103 template <
typename AmexT = SessionKeyAmex>
105 m_amexHasBeenSet =
true;
106 m_amex = std::forward<AmexT>(value);
108 template <
typename AmexT = SessionKeyAmex>
110 SetAmex(std::forward<AmexT>(value));
122 template <
typename VisaT = SessionKeyVisa>
124 m_visaHasBeenSet =
true;
125 m_visa = std::forward<VisaT>(value);
127 template <
typename VisaT = SessionKeyVisa>
129 SetVisa(std::forward<VisaT>(value));
143 bool m_emvCommonHasBeenSet =
false;
144 bool m_mastercardHasBeenSet =
false;
145 bool m_emv2000HasBeenSet =
false;
146 bool m_amexHasBeenSet =
false;
147 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