AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CurrentPinAttributes.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 CurrentPinAttributes();
36 AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes(Aws::Utils::Json::JsonView jsonValue);
37 AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetCurrentPinPekIdentifier() const{ return m_currentPinPekIdentifier; }
46 inline bool CurrentPinPekIdentifierHasBeenSet() const { return m_currentPinPekIdentifierHasBeenSet; }
47 inline void SetCurrentPinPekIdentifier(const Aws::String& value) { m_currentPinPekIdentifierHasBeenSet = true; m_currentPinPekIdentifier = value; }
48 inline void SetCurrentPinPekIdentifier(Aws::String&& value) { m_currentPinPekIdentifierHasBeenSet = true; m_currentPinPekIdentifier = std::move(value); }
49 inline void SetCurrentPinPekIdentifier(const char* value) { m_currentPinPekIdentifierHasBeenSet = true; m_currentPinPekIdentifier.assign(value); }
52 inline CurrentPinAttributes& WithCurrentPinPekIdentifier(const char* value) { SetCurrentPinPekIdentifier(value); return *this;}
54
56
59 inline const Aws::String& GetCurrentEncryptedPinBlock() const{ return m_currentEncryptedPinBlock; }
60 inline bool CurrentEncryptedPinBlockHasBeenSet() const { return m_currentEncryptedPinBlockHasBeenSet; }
61 inline void SetCurrentEncryptedPinBlock(const Aws::String& value) { m_currentEncryptedPinBlockHasBeenSet = true; m_currentEncryptedPinBlock = value; }
62 inline void SetCurrentEncryptedPinBlock(Aws::String&& value) { m_currentEncryptedPinBlockHasBeenSet = true; m_currentEncryptedPinBlock = std::move(value); }
63 inline void SetCurrentEncryptedPinBlock(const char* value) { m_currentEncryptedPinBlockHasBeenSet = true; m_currentEncryptedPinBlock.assign(value); }
66 inline CurrentPinAttributes& WithCurrentEncryptedPinBlock(const char* value) { SetCurrentEncryptedPinBlock(value); return *this;}
68 private:
69
70 Aws::String m_currentPinPekIdentifier;
71 bool m_currentPinPekIdentifierHasBeenSet = false;
72
73 Aws::String m_currentEncryptedPinBlock;
74 bool m_currentEncryptedPinBlockHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace PaymentCryptographyData
79} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes(Aws::Utils::Json::JsonView jsonValue)
CurrentPinAttributes & WithCurrentPinPekIdentifier(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
CurrentPinAttributes & WithCurrentPinPekIdentifier(const char *value)
CurrentPinAttributes & WithCurrentEncryptedPinBlock(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
CurrentPinAttributes & WithCurrentEncryptedPinBlock(Aws::String &&value)
CurrentPinAttributes & WithCurrentPinPekIdentifier(Aws::String &&value)
CurrentPinAttributes & WithCurrentEncryptedPinBlock(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue