AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PinGenerationAttributes.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/VisaPin.h>
9#include <aws/payment-cryptography-data/model/VisaPinVerificationValue.h>
10#include <aws/payment-cryptography-data/model/Ibm3624PinOffset.h>
11#include <aws/payment-cryptography-data/model/Ibm3624NaturalPin.h>
12#include <aws/payment-cryptography-data/model/Ibm3624RandomPin.h>
13#include <aws/payment-cryptography-data/model/Ibm3624PinFromOffset.h>
14#include <utility>
15
16namespace Aws
17{
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23 class JsonView;
24} // namespace Json
25} // namespace Utils
26namespace PaymentCryptographyData
27{
28namespace Model
29{
30
38 {
39 public:
40 AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes();
41 AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes(Aws::Utils::Json::JsonView jsonValue);
42 AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
43 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
50 inline const VisaPin& GetVisaPin() const{ return m_visaPin; }
51 inline bool VisaPinHasBeenSet() const { return m_visaPinHasBeenSet; }
52 inline void SetVisaPin(const VisaPin& value) { m_visaPinHasBeenSet = true; m_visaPin = value; }
53 inline void SetVisaPin(VisaPin&& value) { m_visaPinHasBeenSet = true; m_visaPin = std::move(value); }
54 inline PinGenerationAttributes& WithVisaPin(const VisaPin& value) { SetVisaPin(value); return *this;}
55 inline PinGenerationAttributes& WithVisaPin(VisaPin&& value) { SetVisaPin(std::move(value)); return *this;}
57
59
63 inline const VisaPinVerificationValue& GetVisaPinVerificationValue() const{ return m_visaPinVerificationValue; }
64 inline bool VisaPinVerificationValueHasBeenSet() const { return m_visaPinVerificationValueHasBeenSet; }
65 inline void SetVisaPinVerificationValue(const VisaPinVerificationValue& value) { m_visaPinVerificationValueHasBeenSet = true; m_visaPinVerificationValue = value; }
66 inline void SetVisaPinVerificationValue(VisaPinVerificationValue&& value) { m_visaPinVerificationValueHasBeenSet = true; m_visaPinVerificationValue = std::move(value); }
70
72
76 inline const Ibm3624PinOffset& GetIbm3624PinOffset() const{ return m_ibm3624PinOffset; }
77 inline bool Ibm3624PinOffsetHasBeenSet() const { return m_ibm3624PinOffsetHasBeenSet; }
78 inline void SetIbm3624PinOffset(const Ibm3624PinOffset& value) { m_ibm3624PinOffsetHasBeenSet = true; m_ibm3624PinOffset = value; }
79 inline void SetIbm3624PinOffset(Ibm3624PinOffset&& value) { m_ibm3624PinOffsetHasBeenSet = true; m_ibm3624PinOffset = std::move(value); }
81 inline PinGenerationAttributes& WithIbm3624PinOffset(Ibm3624PinOffset&& value) { SetIbm3624PinOffset(std::move(value)); return *this;}
83
85
88 inline const Ibm3624NaturalPin& GetIbm3624NaturalPin() const{ return m_ibm3624NaturalPin; }
89 inline bool Ibm3624NaturalPinHasBeenSet() const { return m_ibm3624NaturalPinHasBeenSet; }
90 inline void SetIbm3624NaturalPin(const Ibm3624NaturalPin& value) { m_ibm3624NaturalPinHasBeenSet = true; m_ibm3624NaturalPin = value; }
91 inline void SetIbm3624NaturalPin(Ibm3624NaturalPin&& value) { m_ibm3624NaturalPinHasBeenSet = true; m_ibm3624NaturalPin = std::move(value); }
93 inline PinGenerationAttributes& WithIbm3624NaturalPin(Ibm3624NaturalPin&& value) { SetIbm3624NaturalPin(std::move(value)); return *this;}
95
97
100 inline const Ibm3624RandomPin& GetIbm3624RandomPin() const{ return m_ibm3624RandomPin; }
101 inline bool Ibm3624RandomPinHasBeenSet() const { return m_ibm3624RandomPinHasBeenSet; }
102 inline void SetIbm3624RandomPin(const Ibm3624RandomPin& value) { m_ibm3624RandomPinHasBeenSet = true; m_ibm3624RandomPin = value; }
103 inline void SetIbm3624RandomPin(Ibm3624RandomPin&& value) { m_ibm3624RandomPinHasBeenSet = true; m_ibm3624RandomPin = std::move(value); }
105 inline PinGenerationAttributes& WithIbm3624RandomPin(Ibm3624RandomPin&& value) { SetIbm3624RandomPin(std::move(value)); return *this;}
107
109
113 inline const Ibm3624PinFromOffset& GetIbm3624PinFromOffset() const{ return m_ibm3624PinFromOffset; }
114 inline bool Ibm3624PinFromOffsetHasBeenSet() const { return m_ibm3624PinFromOffsetHasBeenSet; }
115 inline void SetIbm3624PinFromOffset(const Ibm3624PinFromOffset& value) { m_ibm3624PinFromOffsetHasBeenSet = true; m_ibm3624PinFromOffset = value; }
116 inline void SetIbm3624PinFromOffset(Ibm3624PinFromOffset&& value) { m_ibm3624PinFromOffsetHasBeenSet = true; m_ibm3624PinFromOffset = std::move(value); }
120 private:
121
122 VisaPin m_visaPin;
123 bool m_visaPinHasBeenSet = false;
124
125 VisaPinVerificationValue m_visaPinVerificationValue;
126 bool m_visaPinVerificationValueHasBeenSet = false;
127
128 Ibm3624PinOffset m_ibm3624PinOffset;
129 bool m_ibm3624PinOffsetHasBeenSet = false;
130
131 Ibm3624NaturalPin m_ibm3624NaturalPin;
132 bool m_ibm3624NaturalPinHasBeenSet = false;
133
134 Ibm3624RandomPin m_ibm3624RandomPin;
135 bool m_ibm3624RandomPinHasBeenSet = false;
136
137 Ibm3624PinFromOffset m_ibm3624PinFromOffset;
138 bool m_ibm3624PinFromOffsetHasBeenSet = false;
139 };
140
141} // namespace Model
142} // namespace PaymentCryptographyData
143} // namespace Aws
PinGenerationAttributes & WithIbm3624PinFromOffset(const Ibm3624PinFromOffset &value)
PinGenerationAttributes & WithVisaPin(const VisaPin &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes(Aws::Utils::Json::JsonView jsonValue)
PinGenerationAttributes & WithIbm3624PinOffset(const Ibm3624PinOffset &value)
PinGenerationAttributes & WithVisaPinVerificationValue(const VisaPinVerificationValue &value)
PinGenerationAttributes & WithIbm3624RandomPin(const Ibm3624RandomPin &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes()
PinGenerationAttributes & WithVisaPinVerificationValue(VisaPinVerificationValue &&value)
PinGenerationAttributes & WithIbm3624RandomPin(Ibm3624RandomPin &&value)
PinGenerationAttributes & WithIbm3624PinFromOffset(Ibm3624PinFromOffset &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVisaPinVerificationValue(const VisaPinVerificationValue &value)
PinGenerationAttributes & WithIbm3624NaturalPin(const Ibm3624NaturalPin &value)
const VisaPinVerificationValue & GetVisaPinVerificationValue() const
PinGenerationAttributes & WithIbm3624PinOffset(Ibm3624PinOffset &&value)
PinGenerationAttributes & WithIbm3624NaturalPin(Ibm3624NaturalPin &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue