7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/AmexAttributes.h>
9#include <aws/payment-cryptography-data/model/Emv2000Attributes.h>
10#include <aws/payment-cryptography-data/model/EmvCommonAttributes.h>
11#include <aws/payment-cryptography-data/model/MasterCardAttributes.h>
12#include <aws/payment-cryptography-data/model/VisaAttributes.h>
23namespace PaymentCryptographyData {
46 template <
typename EmvCommonT = EmvCommonAttributes>
48 m_emvCommonHasBeenSet =
true;
49 m_emvCommon = std::forward<EmvCommonT>(value);
51 template <
typename EmvCommonT = EmvCommonAttributes>
65 template <
typename AmexT = AmexAttributes>
67 m_amexHasBeenSet =
true;
68 m_amex = std::forward<AmexT>(value);
70 template <
typename AmexT = AmexAttributes>
72 SetAmex(std::forward<AmexT>(value));
84 template <
typename VisaT = VisaAttributes>
86 m_visaHasBeenSet =
true;
87 m_visa = std::forward<VisaT>(value);
89 template <
typename VisaT = VisaAttributes>
91 SetVisa(std::forward<VisaT>(value));
103 template <
typename Emv2000T = Emv2000Attributes>
105 m_emv2000HasBeenSet =
true;
106 m_emv2000 = std::forward<Emv2000T>(value);
108 template <
typename Emv2000T = Emv2000Attributes>
122 template <
typename MastercardT = MasterCardAttributes>
124 m_mastercardHasBeenSet =
true;
125 m_mastercard = std::forward<MastercardT>(value);
127 template <
typename MastercardT = MasterCardAttributes>
143 bool m_emvCommonHasBeenSet =
false;
144 bool m_amexHasBeenSet =
false;
145 bool m_visaHasBeenSet =
false;
146 bool m_emv2000HasBeenSet =
false;
147 bool m_mastercardHasBeenSet =
false;
DerivationMethodAttributes & WithVisa(VisaT &&value)
void SetMastercard(MastercardT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DerivationMethodAttributes()=default
DerivationMethodAttributes & WithEmv2000(Emv2000T &&value)
DerivationMethodAttributes & WithAmex(AmexT &&value)
bool EmvCommonHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
bool VisaHasBeenSet() const
void SetEmv2000(Emv2000T &&value)
void SetEmvCommon(EmvCommonT &&value)
const VisaAttributes & GetVisa() const
DerivationMethodAttributes & WithMastercard(MastercardT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DerivationMethodAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool Emv2000HasBeenSet() const
const Emv2000Attributes & GetEmv2000() const
const EmvCommonAttributes & GetEmvCommon() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DerivationMethodAttributes(Aws::Utils::Json::JsonView jsonValue)
const MasterCardAttributes & GetMastercard() const
void SetVisa(VisaT &&value)
const AmexAttributes & GetAmex() const
bool MastercardHasBeenSet() const
void SetAmex(AmexT &&value)
bool AmexHasBeenSet() const
DerivationMethodAttributes & WithEmvCommon(EmvCommonT &&value)
Aws::Utils::Json::JsonValue JsonValue