AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
VisaPin.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace PaymentCryptographyData {
17namespace Model {
18
25class VisaPin {
26 public:
27 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPin() = default;
28 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPin(Aws::Utils::Json::JsonView jsonValue);
29 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPin& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetPinVerificationKeyIndex() const { return m_pinVerificationKeyIndex; }
38 inline bool PinVerificationKeyIndexHasBeenSet() const { return m_pinVerificationKeyIndexHasBeenSet; }
39 inline void SetPinVerificationKeyIndex(int value) {
40 m_pinVerificationKeyIndexHasBeenSet = true;
41 m_pinVerificationKeyIndex = value;
42 }
45 return *this;
46 }
48 private:
49 int m_pinVerificationKeyIndex{0};
50 bool m_pinVerificationKeyIndexHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace PaymentCryptographyData
55} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPin & operator=(Aws::Utils::Json::JsonView jsonValue)
VisaPin & WithPinVerificationKeyIndex(int value)
Definition VisaPin.h:43
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPin(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPin()=default
Aws::Utils::Json::JsonValue JsonValue