AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
34
35
37
41 inline const Aws::String& GetNewPinPekArn() const{ return m_newPinPekArn; }
42 inline void SetNewPinPekArn(const Aws::String& value) { m_newPinPekArn = value; }
43 inline void SetNewPinPekArn(Aws::String&& value) { m_newPinPekArn = std::move(value); }
44 inline void SetNewPinPekArn(const char* value) { m_newPinPekArn.assign(value); }
45 inline GenerateMacEmvPinChangeResult& WithNewPinPekArn(const Aws::String& value) { SetNewPinPekArn(value); return *this;}
46 inline GenerateMacEmvPinChangeResult& WithNewPinPekArn(Aws::String&& value) { SetNewPinPekArn(std::move(value)); return *this;}
47 inline GenerateMacEmvPinChangeResult& WithNewPinPekArn(const char* value) { SetNewPinPekArn(value); return *this;}
49
51
54 inline const Aws::String& GetSecureMessagingIntegrityKeyArn() const{ return m_secureMessagingIntegrityKeyArn; }
55 inline void SetSecureMessagingIntegrityKeyArn(const Aws::String& value) { m_secureMessagingIntegrityKeyArn = value; }
56 inline void SetSecureMessagingIntegrityKeyArn(Aws::String&& value) { m_secureMessagingIntegrityKeyArn = std::move(value); }
57 inline void SetSecureMessagingIntegrityKeyArn(const char* value) { m_secureMessagingIntegrityKeyArn.assign(value); }
62
64
67 inline const Aws::String& GetSecureMessagingConfidentialityKeyArn() const{ return m_secureMessagingConfidentialityKeyArn; }
68 inline void SetSecureMessagingConfidentialityKeyArn(const Aws::String& value) { m_secureMessagingConfidentialityKeyArn = value; }
69 inline void SetSecureMessagingConfidentialityKeyArn(Aws::String&& value) { m_secureMessagingConfidentialityKeyArn = std::move(value); }
70 inline void SetSecureMessagingConfidentialityKeyArn(const char* value) { m_secureMessagingConfidentialityKeyArn.assign(value); }
75
77
81 inline const Aws::String& GetMac() const{ return m_mac; }
82 inline void SetMac(const Aws::String& value) { m_mac = value; }
83 inline void SetMac(Aws::String&& value) { m_mac = std::move(value); }
84 inline void SetMac(const char* value) { m_mac.assign(value); }
85 inline GenerateMacEmvPinChangeResult& WithMac(const Aws::String& value) { SetMac(value); return *this;}
86 inline GenerateMacEmvPinChangeResult& WithMac(Aws::String&& value) { SetMac(std::move(value)); return *this;}
87 inline GenerateMacEmvPinChangeResult& WithMac(const char* value) { SetMac(value); return *this;}
89
91
94 inline const Aws::String& GetEncryptedPinBlock() const{ return m_encryptedPinBlock; }
95 inline void SetEncryptedPinBlock(const Aws::String& value) { m_encryptedPinBlock = value; }
96 inline void SetEncryptedPinBlock(Aws::String&& value) { m_encryptedPinBlock = std::move(value); }
97 inline void SetEncryptedPinBlock(const char* value) { m_encryptedPinBlock.assign(value); }
99 inline GenerateMacEmvPinChangeResult& WithEncryptedPinBlock(Aws::String&& value) { SetEncryptedPinBlock(std::move(value)); return *this;}
100 inline GenerateMacEmvPinChangeResult& WithEncryptedPinBlock(const char* value) { SetEncryptedPinBlock(value); return *this;}
102
104
108 inline const Aws::String& GetNewPinPekKeyCheckValue() const{ return m_newPinPekKeyCheckValue; }
109 inline void SetNewPinPekKeyCheckValue(const Aws::String& value) { m_newPinPekKeyCheckValue = value; }
110 inline void SetNewPinPekKeyCheckValue(Aws::String&& value) { m_newPinPekKeyCheckValue = std::move(value); }
111 inline void SetNewPinPekKeyCheckValue(const char* value) { m_newPinPekKeyCheckValue.assign(value); }
116
118
122 inline const Aws::String& GetSecureMessagingIntegrityKeyCheckValue() const{ return m_secureMessagingIntegrityKeyCheckValue; }
123 inline void SetSecureMessagingIntegrityKeyCheckValue(const Aws::String& value) { m_secureMessagingIntegrityKeyCheckValue = value; }
124 inline void SetSecureMessagingIntegrityKeyCheckValue(Aws::String&& value) { m_secureMessagingIntegrityKeyCheckValue = std::move(value); }
125 inline void SetSecureMessagingIntegrityKeyCheckValue(const char* value) { m_secureMessagingIntegrityKeyCheckValue.assign(value); }
130
132
136 inline const Aws::String& GetSecureMessagingConfidentialityKeyCheckValue() const{ return m_secureMessagingConfidentialityKeyCheckValue; }
137 inline void SetSecureMessagingConfidentialityKeyCheckValue(const Aws::String& value) { m_secureMessagingConfidentialityKeyCheckValue = value; }
138 inline void SetSecureMessagingConfidentialityKeyCheckValue(Aws::String&& value) { m_secureMessagingConfidentialityKeyCheckValue = std::move(value); }
139 inline void SetSecureMessagingConfidentialityKeyCheckValue(const char* value) { m_secureMessagingConfidentialityKeyCheckValue.assign(value); }
144
146
149 inline const VisaAmexDerivationOutputs& GetVisaAmexDerivationOutputs() const{ return m_visaAmexDerivationOutputs; }
150 inline void SetVisaAmexDerivationOutputs(const VisaAmexDerivationOutputs& value) { m_visaAmexDerivationOutputs = value; }
151 inline void SetVisaAmexDerivationOutputs(VisaAmexDerivationOutputs&& value) { m_visaAmexDerivationOutputs = std::move(value); }
155
157
158 inline const Aws::String& GetRequestId() const{ return m_requestId; }
159 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
160 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
161 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
162 inline GenerateMacEmvPinChangeResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
163 inline GenerateMacEmvPinChangeResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
164 inline GenerateMacEmvPinChangeResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
166 private:
167
168 Aws::String m_newPinPekArn;
169
170 Aws::String m_secureMessagingIntegrityKeyArn;
171
172 Aws::String m_secureMessagingConfidentialityKeyArn;
173
174 Aws::String m_mac;
175
176 Aws::String m_encryptedPinBlock;
177
178 Aws::String m_newPinPekKeyCheckValue;
179
180 Aws::String m_secureMessagingIntegrityKeyCheckValue;
181
182 Aws::String m_secureMessagingConfidentialityKeyCheckValue;
183
184 VisaAmexDerivationOutputs m_visaAmexDerivationOutputs;
185
186 Aws::String m_requestId;
187 };
188
189} // namespace Model
190} // namespace PaymentCryptographyData
191} // namespace Aws
GenerateMacEmvPinChangeResult & WithNewPinPekArn(const Aws::String &value)
GenerateMacEmvPinChangeResult & WithNewPinPekKeyCheckValue(Aws::String &&value)
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyCheckValue(Aws::String &&value)
GenerateMacEmvPinChangeResult & WithEncryptedPinBlock(const char *value)
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyCheckValue(const Aws::String &value)
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyCheckValue(const char *value)
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyArn(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacEmvPinChangeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyArn(Aws::String &&value)
GenerateMacEmvPinChangeResult & WithMac(const Aws::String &value)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyCheckValue(Aws::String &&value)
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyArn(const char *value)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyArn(const Aws::String &value)
GenerateMacEmvPinChangeResult & WithNewPinPekArn(Aws::String &&value)
GenerateMacEmvPinChangeResult & WithVisaAmexDerivationOutputs(const VisaAmexDerivationOutputs &value)
GenerateMacEmvPinChangeResult & WithNewPinPekKeyCheckValue(const Aws::String &value)
GenerateMacEmvPinChangeResult & WithRequestId(const Aws::String &value)
GenerateMacEmvPinChangeResult & WithNewPinPekKeyCheckValue(const char *value)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyCheckValue(const char *value)
GenerateMacEmvPinChangeResult & WithEncryptedPinBlock(const Aws::String &value)
GenerateMacEmvPinChangeResult & WithEncryptedPinBlock(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacEmvPinChangeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GenerateMacEmvPinChangeResult & WithSecureMessagingConfidentialityKeyArn(Aws::String &&value)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyArn(const char *value)
GenerateMacEmvPinChangeResult & WithVisaAmexDerivationOutputs(VisaAmexDerivationOutputs &&value)
GenerateMacEmvPinChangeResult & WithSecureMessagingIntegrityKeyCheckValue(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue