AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetEncryptedPinBlock(const Aws::String& value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock = value; }
48 inline void SetEncryptedPinBlock(Aws::String&& value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock = std::move(value); }
49 inline void SetEncryptedPinBlock(const char* value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock.assign(value); }
51 inline VisaPinVerificationValue& WithEncryptedPinBlock(Aws::String&& value) { SetEncryptedPinBlock(std::move(value)); return *this;}
52 inline VisaPinVerificationValue& WithEncryptedPinBlock(const char* value) { SetEncryptedPinBlock(value); return *this;}
54
56
60 inline int GetPinVerificationKeyIndex() const{ return m_pinVerificationKeyIndex; }
61 inline bool PinVerificationKeyIndexHasBeenSet() const { return m_pinVerificationKeyIndexHasBeenSet; }
62 inline void SetPinVerificationKeyIndex(int value) { m_pinVerificationKeyIndexHasBeenSet = true; m_pinVerificationKeyIndex = value; }
65 private:
66
67 Aws::String m_encryptedPinBlock;
68 bool m_encryptedPinBlockHasBeenSet = false;
69
70 int m_pinVerificationKeyIndex;
71 bool m_pinVerificationKeyIndexHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace PaymentCryptographyData
76} // namespace Aws
VisaPinVerificationValue & WithEncryptedPinBlock(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue & operator=(Aws::Utils::Json::JsonView jsonValue)
VisaPinVerificationValue & WithEncryptedPinBlock(Aws::String &&value)
VisaPinVerificationValue & WithEncryptedPinBlock(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue