AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
VisaAttributes.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/MajorKeyDerivationMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/payment-cryptography-data/model/CurrentPinAttributes.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace PaymentCryptographyData
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes() = default;
38 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes(Aws::Utils::Json::JsonView jsonValue);
39 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline MajorKeyDerivationMode GetMajorKeyDerivationMode() const { return m_majorKeyDerivationMode; }
48 inline bool MajorKeyDerivationModeHasBeenSet() const { return m_majorKeyDerivationModeHasBeenSet; }
49 inline void SetMajorKeyDerivationMode(MajorKeyDerivationMode value) { m_majorKeyDerivationModeHasBeenSet = true; m_majorKeyDerivationMode = value; }
52
54
57 inline const Aws::String& GetPrimaryAccountNumber() const { return m_primaryAccountNumber; }
58 inline bool PrimaryAccountNumberHasBeenSet() const { return m_primaryAccountNumberHasBeenSet; }
59 template<typename PrimaryAccountNumberT = Aws::String>
60 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet = true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
61 template<typename PrimaryAccountNumberT = Aws::String>
62 VisaAttributes& WithPrimaryAccountNumber(PrimaryAccountNumberT&& value) { SetPrimaryAccountNumber(std::forward<PrimaryAccountNumberT>(value)); return *this;}
64
66
71 inline const Aws::String& GetPanSequenceNumber() const { return m_panSequenceNumber; }
72 inline bool PanSequenceNumberHasBeenSet() const { return m_panSequenceNumberHasBeenSet; }
73 template<typename PanSequenceNumberT = Aws::String>
74 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet = true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
75 template<typename PanSequenceNumberT = Aws::String>
76 VisaAttributes& WithPanSequenceNumber(PanSequenceNumberT&& value) { SetPanSequenceNumber(std::forward<PanSequenceNumberT>(value)); return *this;}
78
80
84 inline const Aws::String& GetApplicationTransactionCounter() const { return m_applicationTransactionCounter; }
85 inline bool ApplicationTransactionCounterHasBeenSet() const { return m_applicationTransactionCounterHasBeenSet; }
86 template<typename ApplicationTransactionCounterT = Aws::String>
87 void SetApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { m_applicationTransactionCounterHasBeenSet = true; m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value); }
88 template<typename ApplicationTransactionCounterT = Aws::String>
89 VisaAttributes& WithApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { SetApplicationTransactionCounter(std::forward<ApplicationTransactionCounterT>(value)); return *this;}
91
93
97 inline const Aws::String& GetAuthorizationRequestKeyIdentifier() const { return m_authorizationRequestKeyIdentifier; }
98 inline bool AuthorizationRequestKeyIdentifierHasBeenSet() const { return m_authorizationRequestKeyIdentifierHasBeenSet; }
99 template<typename AuthorizationRequestKeyIdentifierT = Aws::String>
100 void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT&& value) { m_authorizationRequestKeyIdentifierHasBeenSet = true; m_authorizationRequestKeyIdentifier = std::forward<AuthorizationRequestKeyIdentifierT>(value); }
101 template<typename AuthorizationRequestKeyIdentifierT = Aws::String>
102 VisaAttributes& WithAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT&& value) { SetAuthorizationRequestKeyIdentifier(std::forward<AuthorizationRequestKeyIdentifierT>(value)); return *this;}
104
106
109 inline const CurrentPinAttributes& GetCurrentPinAttributes() const { return m_currentPinAttributes; }
110 inline bool CurrentPinAttributesHasBeenSet() const { return m_currentPinAttributesHasBeenSet; }
111 template<typename CurrentPinAttributesT = CurrentPinAttributes>
112 void SetCurrentPinAttributes(CurrentPinAttributesT&& value) { m_currentPinAttributesHasBeenSet = true; m_currentPinAttributes = std::forward<CurrentPinAttributesT>(value); }
113 template<typename CurrentPinAttributesT = CurrentPinAttributes>
114 VisaAttributes& WithCurrentPinAttributes(CurrentPinAttributesT&& value) { SetCurrentPinAttributes(std::forward<CurrentPinAttributesT>(value)); return *this;}
116 private:
117
119 bool m_majorKeyDerivationModeHasBeenSet = false;
120
121 Aws::String m_primaryAccountNumber;
122 bool m_primaryAccountNumberHasBeenSet = false;
123
124 Aws::String m_panSequenceNumber;
125 bool m_panSequenceNumberHasBeenSet = false;
126
127 Aws::String m_applicationTransactionCounter;
128 bool m_applicationTransactionCounterHasBeenSet = false;
129
130 Aws::String m_authorizationRequestKeyIdentifier;
131 bool m_authorizationRequestKeyIdentifierHasBeenSet = false;
132
133 CurrentPinAttributes m_currentPinAttributes;
134 bool m_currentPinAttributesHasBeenSet = false;
135 };
136
137} // namespace Model
138} // namespace PaymentCryptographyData
139} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPanSequenceNumber(PanSequenceNumberT &&value)
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
MajorKeyDerivationMode GetMajorKeyDerivationMode() const
const Aws::String & GetApplicationTransactionCounter() const
VisaAttributes & WithAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
const Aws::String & GetAuthorizationRequestKeyIdentifier() const
VisaAttributes & WithApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes()=default
VisaAttributes & WithCurrentPinAttributes(CurrentPinAttributesT &&value)
void SetCurrentPinAttributes(CurrentPinAttributesT &&value)
void SetMajorKeyDerivationMode(MajorKeyDerivationMode value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes(Aws::Utils::Json::JsonView jsonValue)
VisaAttributes & WithPanSequenceNumber(PanSequenceNumberT &&value)
VisaAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode value)
VisaAttributes & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
const CurrentPinAttributes & GetCurrentPinAttributes() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue