AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GenerateMacEmvPinChangeResult.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography-data/model/VisaAmexDerivationOutputs.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace PaymentCryptographyData
25{
26namespace Model
27{
29 {
30 public:
31 AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacEmvPinChangeResult() = default;
34
35
37
41 inline const Aws::String& GetNewPinPekArn() const { return m_newPinPekArn; }
42 template<typename NewPinPekArnT = Aws::String>
43 void SetNewPinPekArn(NewPinPekArnT&& value) { m_newPinPekArnHasBeenSet = true; m_newPinPekArn = std::forward<NewPinPekArnT>(value); }
44 template<typename NewPinPekArnT = Aws::String>
45 GenerateMacEmvPinChangeResult& WithNewPinPekArn(NewPinPekArnT&& value) { SetNewPinPekArn(std::forward<NewPinPekArnT>(value)); return *this;}
47
49
52 inline const Aws::String& GetSecureMessagingIntegrityKeyArn() const { return m_secureMessagingIntegrityKeyArn; }
53 template<typename SecureMessagingIntegrityKeyArnT = Aws::String>
54 void SetSecureMessagingIntegrityKeyArn(SecureMessagingIntegrityKeyArnT&& value) { m_secureMessagingIntegrityKeyArnHasBeenSet = true; m_secureMessagingIntegrityKeyArn = std::forward<SecureMessagingIntegrityKeyArnT>(value); }
55 template<typename SecureMessagingIntegrityKeyArnT = Aws::String>
56 GenerateMacEmvPinChangeResult& WithSecureMessagingIntegrityKeyArn(SecureMessagingIntegrityKeyArnT&& value) { SetSecureMessagingIntegrityKeyArn(std::forward<SecureMessagingIntegrityKeyArnT>(value)); return *this;}
58
60
63 inline const Aws::String& GetSecureMessagingConfidentialityKeyArn() const { return m_secureMessagingConfidentialityKeyArn; }
64 template<typename SecureMessagingConfidentialityKeyArnT = Aws::String>
65 void SetSecureMessagingConfidentialityKeyArn(SecureMessagingConfidentialityKeyArnT&& value) { m_secureMessagingConfidentialityKeyArnHasBeenSet = true; m_secureMessagingConfidentialityKeyArn = std::forward<SecureMessagingConfidentialityKeyArnT>(value); }
66 template<typename SecureMessagingConfidentialityKeyArnT = Aws::String>
67 GenerateMacEmvPinChangeResult& WithSecureMessagingConfidentialityKeyArn(SecureMessagingConfidentialityKeyArnT&& value) { SetSecureMessagingConfidentialityKeyArn(std::forward<SecureMessagingConfidentialityKeyArnT>(value)); return *this;}
69
71
75 inline const Aws::String& GetMac() const { return m_mac; }
76 template<typename MacT = Aws::String>
77 void SetMac(MacT&& value) { m_macHasBeenSet = true; m_mac = std::forward<MacT>(value); }
78 template<typename MacT = Aws::String>
79 GenerateMacEmvPinChangeResult& WithMac(MacT&& value) { SetMac(std::forward<MacT>(value)); return *this;}
81
83
86 inline const Aws::String& GetEncryptedPinBlock() const { return m_encryptedPinBlock; }
87 template<typename EncryptedPinBlockT = Aws::String>
88 void SetEncryptedPinBlock(EncryptedPinBlockT&& value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock = std::forward<EncryptedPinBlockT>(value); }
89 template<typename EncryptedPinBlockT = Aws::String>
90 GenerateMacEmvPinChangeResult& WithEncryptedPinBlock(EncryptedPinBlockT&& value) { SetEncryptedPinBlock(std::forward<EncryptedPinBlockT>(value)); return *this;}
92
94
98 inline const Aws::String& GetNewPinPekKeyCheckValue() const { return m_newPinPekKeyCheckValue; }
99 template<typename NewPinPekKeyCheckValueT = Aws::String>
100 void SetNewPinPekKeyCheckValue(NewPinPekKeyCheckValueT&& value) { m_newPinPekKeyCheckValueHasBeenSet = true; m_newPinPekKeyCheckValue = std::forward<NewPinPekKeyCheckValueT>(value); }
101 template<typename NewPinPekKeyCheckValueT = Aws::String>
102 GenerateMacEmvPinChangeResult& WithNewPinPekKeyCheckValue(NewPinPekKeyCheckValueT&& value) { SetNewPinPekKeyCheckValue(std::forward<NewPinPekKeyCheckValueT>(value)); return *this;}
104
106
110 inline const Aws::String& GetSecureMessagingIntegrityKeyCheckValue() const { return m_secureMessagingIntegrityKeyCheckValue; }
111 template<typename SecureMessagingIntegrityKeyCheckValueT = Aws::String>
112 void SetSecureMessagingIntegrityKeyCheckValue(SecureMessagingIntegrityKeyCheckValueT&& value) { m_secureMessagingIntegrityKeyCheckValueHasBeenSet = true; m_secureMessagingIntegrityKeyCheckValue = std::forward<SecureMessagingIntegrityKeyCheckValueT>(value); }
113 template<typename SecureMessagingIntegrityKeyCheckValueT = Aws::String>
114 GenerateMacEmvPinChangeResult& WithSecureMessagingIntegrityKeyCheckValue(SecureMessagingIntegrityKeyCheckValueT&& value) { SetSecureMessagingIntegrityKeyCheckValue(std::forward<SecureMessagingIntegrityKeyCheckValueT>(value)); return *this;}
116
118
122 inline const Aws::String& GetSecureMessagingConfidentialityKeyCheckValue() const { return m_secureMessagingConfidentialityKeyCheckValue; }
123 template<typename SecureMessagingConfidentialityKeyCheckValueT = Aws::String>
124 void SetSecureMessagingConfidentialityKeyCheckValue(SecureMessagingConfidentialityKeyCheckValueT&& value) { m_secureMessagingConfidentialityKeyCheckValueHasBeenSet = true; m_secureMessagingConfidentialityKeyCheckValue = std::forward<SecureMessagingConfidentialityKeyCheckValueT>(value); }
125 template<typename SecureMessagingConfidentialityKeyCheckValueT = Aws::String>
126 GenerateMacEmvPinChangeResult& WithSecureMessagingConfidentialityKeyCheckValue(SecureMessagingConfidentialityKeyCheckValueT&& value) { SetSecureMessagingConfidentialityKeyCheckValue(std::forward<SecureMessagingConfidentialityKeyCheckValueT>(value)); return *this;}
128
130
133 inline const VisaAmexDerivationOutputs& GetVisaAmexDerivationOutputs() const { return m_visaAmexDerivationOutputs; }
134 template<typename VisaAmexDerivationOutputsT = VisaAmexDerivationOutputs>
135 void SetVisaAmexDerivationOutputs(VisaAmexDerivationOutputsT&& value) { m_visaAmexDerivationOutputsHasBeenSet = true; m_visaAmexDerivationOutputs = std::forward<VisaAmexDerivationOutputsT>(value); }
136 template<typename VisaAmexDerivationOutputsT = VisaAmexDerivationOutputs>
137 GenerateMacEmvPinChangeResult& WithVisaAmexDerivationOutputs(VisaAmexDerivationOutputsT&& value) { SetVisaAmexDerivationOutputs(std::forward<VisaAmexDerivationOutputsT>(value)); return *this;}
139
141
142 inline const Aws::String& GetRequestId() const { return m_requestId; }
143 template<typename RequestIdT = Aws::String>
144 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
145 template<typename RequestIdT = Aws::String>
146 GenerateMacEmvPinChangeResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
148 private:
149
150 Aws::String m_newPinPekArn;
151 bool m_newPinPekArnHasBeenSet = false;
152
153 Aws::String m_secureMessagingIntegrityKeyArn;
154 bool m_secureMessagingIntegrityKeyArnHasBeenSet = false;
155
156 Aws::String m_secureMessagingConfidentialityKeyArn;
157 bool m_secureMessagingConfidentialityKeyArnHasBeenSet = false;
158
159 Aws::String m_mac;
160 bool m_macHasBeenSet = false;
161
162 Aws::String m_encryptedPinBlock;
163 bool m_encryptedPinBlockHasBeenSet = false;
164
165 Aws::String m_newPinPekKeyCheckValue;
166 bool m_newPinPekKeyCheckValueHasBeenSet = false;
167
168 Aws::String m_secureMessagingIntegrityKeyCheckValue;
169 bool m_secureMessagingIntegrityKeyCheckValueHasBeenSet = false;
170
171 Aws::String m_secureMessagingConfidentialityKeyCheckValue;
172 bool m_secureMessagingConfidentialityKeyCheckValueHasBeenSet = false;
173
174 VisaAmexDerivationOutputs m_visaAmexDerivationOutputs;
175 bool m_visaAmexDerivationOutputsHasBeenSet = false;
176
177 Aws::String m_requestId;
178 bool m_requestIdHasBeenSet = false;
179 };
180
181} // namespace Model
182} // namespace PaymentCryptographyData
183} // namespace Aws
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyCheckValue(SecureMessagingConfidentialityKeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacEmvPinChangeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GenerateMacEmvPinChangeResult & WithEncryptedPinBlock(EncryptedPinBlockT &&value)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyArn(SecureMessagingIntegrityKeyArnT &&value)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyCheckValue(SecureMessagingIntegrityKeyCheckValueT &&value)
void SetSecureMessagingIntegrityKeyArn(SecureMessagingIntegrityKeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacEmvPinChangeResult()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacEmvPinChangeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyArn(SecureMessagingConfidentialityKeyArnT &&value)
void SetSecureMessagingConfidentialityKeyArn(SecureMessagingConfidentialityKeyArnT &&value)
void SetSecureMessagingConfidentialityKeyCheckValue(SecureMessagingConfidentialityKeyCheckValueT &&value)
GenerateMacEmvPinChangeResult & WithVisaAmexDerivationOutputs(VisaAmexDerivationOutputsT &&value)
void SetSecureMessagingIntegrityKeyCheckValue(SecureMessagingIntegrityKeyCheckValueT &&value)
GenerateMacEmvPinChangeResult & WithNewPinPekKeyCheckValue(NewPinPekKeyCheckValueT &&value)
GenerateMacEmvPinChangeResult & WithNewPinPekArn(NewPinPekArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue