AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 template<typename VisaPinT = VisaPin>
53 void SetVisaPin(VisaPinT&& value) { m_visaPinHasBeenSet = true; m_visaPin = std::forward<VisaPinT>(value); }
54 template<typename VisaPinT = VisaPin>
55 PinGenerationAttributes& WithVisaPin(VisaPinT&& value) { SetVisaPin(std::forward<VisaPinT>(value)); return *this;}
57
59
63 inline const VisaPinVerificationValue& GetVisaPinVerificationValue() const { return m_visaPinVerificationValue; }
64 inline bool VisaPinVerificationValueHasBeenSet() const { return m_visaPinVerificationValueHasBeenSet; }
65 template<typename VisaPinVerificationValueT = VisaPinVerificationValue>
66 void SetVisaPinVerificationValue(VisaPinVerificationValueT&& value) { m_visaPinVerificationValueHasBeenSet = true; m_visaPinVerificationValue = std::forward<VisaPinVerificationValueT>(value); }
67 template<typename VisaPinVerificationValueT = VisaPinVerificationValue>
68 PinGenerationAttributes& WithVisaPinVerificationValue(VisaPinVerificationValueT&& value) { SetVisaPinVerificationValue(std::forward<VisaPinVerificationValueT>(value)); return *this;}
70
72
76 inline const Ibm3624PinOffset& GetIbm3624PinOffset() const { return m_ibm3624PinOffset; }
77 inline bool Ibm3624PinOffsetHasBeenSet() const { return m_ibm3624PinOffsetHasBeenSet; }
78 template<typename Ibm3624PinOffsetT = Ibm3624PinOffset>
79 void SetIbm3624PinOffset(Ibm3624PinOffsetT&& value) { m_ibm3624PinOffsetHasBeenSet = true; m_ibm3624PinOffset = std::forward<Ibm3624PinOffsetT>(value); }
80 template<typename Ibm3624PinOffsetT = Ibm3624PinOffset>
81 PinGenerationAttributes& WithIbm3624PinOffset(Ibm3624PinOffsetT&& value) { SetIbm3624PinOffset(std::forward<Ibm3624PinOffsetT>(value)); return *this;}
83
85
88 inline const Ibm3624NaturalPin& GetIbm3624NaturalPin() const { return m_ibm3624NaturalPin; }
89 inline bool Ibm3624NaturalPinHasBeenSet() const { return m_ibm3624NaturalPinHasBeenSet; }
90 template<typename Ibm3624NaturalPinT = Ibm3624NaturalPin>
91 void SetIbm3624NaturalPin(Ibm3624NaturalPinT&& value) { m_ibm3624NaturalPinHasBeenSet = true; m_ibm3624NaturalPin = std::forward<Ibm3624NaturalPinT>(value); }
92 template<typename Ibm3624NaturalPinT = Ibm3624NaturalPin>
93 PinGenerationAttributes& WithIbm3624NaturalPin(Ibm3624NaturalPinT&& value) { SetIbm3624NaturalPin(std::forward<Ibm3624NaturalPinT>(value)); return *this;}
95
97
100 inline const Ibm3624RandomPin& GetIbm3624RandomPin() const { return m_ibm3624RandomPin; }
101 inline bool Ibm3624RandomPinHasBeenSet() const { return m_ibm3624RandomPinHasBeenSet; }
102 template<typename Ibm3624RandomPinT = Ibm3624RandomPin>
103 void SetIbm3624RandomPin(Ibm3624RandomPinT&& value) { m_ibm3624RandomPinHasBeenSet = true; m_ibm3624RandomPin = std::forward<Ibm3624RandomPinT>(value); }
104 template<typename Ibm3624RandomPinT = Ibm3624RandomPin>
105 PinGenerationAttributes& WithIbm3624RandomPin(Ibm3624RandomPinT&& value) { SetIbm3624RandomPin(std::forward<Ibm3624RandomPinT>(value)); return *this;}
107
109
113 inline const Ibm3624PinFromOffset& GetIbm3624PinFromOffset() const { return m_ibm3624PinFromOffset; }
114 inline bool Ibm3624PinFromOffsetHasBeenSet() const { return m_ibm3624PinFromOffsetHasBeenSet; }
115 template<typename Ibm3624PinFromOffsetT = Ibm3624PinFromOffset>
116 void SetIbm3624PinFromOffset(Ibm3624PinFromOffsetT&& value) { m_ibm3624PinFromOffsetHasBeenSet = true; m_ibm3624PinFromOffset = std::forward<Ibm3624PinFromOffsetT>(value); }
117 template<typename Ibm3624PinFromOffsetT = Ibm3624PinFromOffset>
118 PinGenerationAttributes& WithIbm3624PinFromOffset(Ibm3624PinFromOffsetT&& value) { SetIbm3624PinFromOffset(std::forward<Ibm3624PinFromOffsetT>(value)); return *this;}
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 & WithVisaPinVerificationValue(VisaPinVerificationValueT &&value)
void SetVisaPinVerificationValue(VisaPinVerificationValueT &&value)
PinGenerationAttributes & WithIbm3624NaturalPin(Ibm3624NaturalPinT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes()=default
PinGenerationAttributes & WithIbm3624PinOffset(Ibm3624PinOffsetT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes(Aws::Utils::Json::JsonView jsonValue)
PinGenerationAttributes & WithIbm3624RandomPin(Ibm3624RandomPinT &&value)
PinGenerationAttributes & WithIbm3624PinFromOffset(Ibm3624PinFromOffsetT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const VisaPinVerificationValue & GetVisaPinVerificationValue() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API PinGenerationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue