AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
VisaPinVerificationValue.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 <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace PaymentCryptographyData
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue() = default;
36 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue(Aws::Utils::Json::JsonView jsonValue);
37 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetEncryptedPinBlock() const { return m_encryptedPinBlock; }
46 inline bool EncryptedPinBlockHasBeenSet() const { return m_encryptedPinBlockHasBeenSet; }
47 template<typename EncryptedPinBlockT = Aws::String>
48 void SetEncryptedPinBlock(EncryptedPinBlockT&& value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock = std::forward<EncryptedPinBlockT>(value); }
49 template<typename EncryptedPinBlockT = Aws::String>
50 VisaPinVerificationValue& WithEncryptedPinBlock(EncryptedPinBlockT&& value) { SetEncryptedPinBlock(std::forward<EncryptedPinBlockT>(value)); return *this;}
52
54
58 inline int GetPinVerificationKeyIndex() const { return m_pinVerificationKeyIndex; }
59 inline bool PinVerificationKeyIndexHasBeenSet() const { return m_pinVerificationKeyIndexHasBeenSet; }
60 inline void SetPinVerificationKeyIndex(int value) { m_pinVerificationKeyIndexHasBeenSet = true; m_pinVerificationKeyIndex = value; }
63 private:
64
65 Aws::String m_encryptedPinBlock;
66 bool m_encryptedPinBlockHasBeenSet = false;
67
68 int m_pinVerificationKeyIndex{0};
69 bool m_pinVerificationKeyIndexHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace PaymentCryptographyData
74} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue & operator=(Aws::Utils::Json::JsonView jsonValue)
VisaPinVerificationValue & WithEncryptedPinBlock(EncryptedPinBlockT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue