AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
AmexAttributes.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 AmexAttributes() = default;
38 AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes(Aws::Utils::Json::JsonView jsonValue);
39 AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline MajorKeyDerivationMode GetMajorKeyDerivationMode() const { return m_majorKeyDerivationMode; }
49 inline bool MajorKeyDerivationModeHasBeenSet() const { return m_majorKeyDerivationModeHasBeenSet; }
50 inline void SetMajorKeyDerivationMode(MajorKeyDerivationMode value) { m_majorKeyDerivationModeHasBeenSet = true; m_majorKeyDerivationMode = value; }
53
55
58 inline const Aws::String& GetPrimaryAccountNumber() const { return m_primaryAccountNumber; }
59 inline bool PrimaryAccountNumberHasBeenSet() const { return m_primaryAccountNumberHasBeenSet; }
60 template<typename PrimaryAccountNumberT = Aws::String>
61 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet = true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
62 template<typename PrimaryAccountNumberT = Aws::String>
63 AmexAttributes& WithPrimaryAccountNumber(PrimaryAccountNumberT&& value) { SetPrimaryAccountNumber(std::forward<PrimaryAccountNumberT>(value)); return *this;}
65
67
72 inline const Aws::String& GetPanSequenceNumber() const { return m_panSequenceNumber; }
73 inline bool PanSequenceNumberHasBeenSet() const { return m_panSequenceNumberHasBeenSet; }
74 template<typename PanSequenceNumberT = Aws::String>
75 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet = true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
76 template<typename PanSequenceNumberT = Aws::String>
77 AmexAttributes& WithPanSequenceNumber(PanSequenceNumberT&& value) { SetPanSequenceNumber(std::forward<PanSequenceNumberT>(value)); return *this;}
79
81
85 inline const Aws::String& GetApplicationTransactionCounter() const { return m_applicationTransactionCounter; }
86 inline bool ApplicationTransactionCounterHasBeenSet() const { return m_applicationTransactionCounterHasBeenSet; }
87 template<typename ApplicationTransactionCounterT = Aws::String>
88 void SetApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { m_applicationTransactionCounterHasBeenSet = true; m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value); }
89 template<typename ApplicationTransactionCounterT = Aws::String>
90 AmexAttributes& WithApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { SetApplicationTransactionCounter(std::forward<ApplicationTransactionCounterT>(value)); return *this;}
92
94
98 inline const Aws::String& GetAuthorizationRequestKeyIdentifier() const { return m_authorizationRequestKeyIdentifier; }
99 inline bool AuthorizationRequestKeyIdentifierHasBeenSet() const { return m_authorizationRequestKeyIdentifierHasBeenSet; }
100 template<typename AuthorizationRequestKeyIdentifierT = Aws::String>
101 void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT&& value) { m_authorizationRequestKeyIdentifierHasBeenSet = true; m_authorizationRequestKeyIdentifier = std::forward<AuthorizationRequestKeyIdentifierT>(value); }
102 template<typename AuthorizationRequestKeyIdentifierT = Aws::String>
103 AmexAttributes& WithAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT&& value) { SetAuthorizationRequestKeyIdentifier(std::forward<AuthorizationRequestKeyIdentifierT>(value)); return *this;}
105
107
110 inline const CurrentPinAttributes& GetCurrentPinAttributes() const { return m_currentPinAttributes; }
111 inline bool CurrentPinAttributesHasBeenSet() const { return m_currentPinAttributesHasBeenSet; }
112 template<typename CurrentPinAttributesT = CurrentPinAttributes>
113 void SetCurrentPinAttributes(CurrentPinAttributesT&& value) { m_currentPinAttributesHasBeenSet = true; m_currentPinAttributes = std::forward<CurrentPinAttributesT>(value); }
114 template<typename CurrentPinAttributesT = CurrentPinAttributes>
115 AmexAttributes& WithCurrentPinAttributes(CurrentPinAttributesT&& value) { SetCurrentPinAttributes(std::forward<CurrentPinAttributesT>(value)); return *this;}
117 private:
118
120 bool m_majorKeyDerivationModeHasBeenSet = false;
121
122 Aws::String m_primaryAccountNumber;
123 bool m_primaryAccountNumberHasBeenSet = false;
124
125 Aws::String m_panSequenceNumber;
126 bool m_panSequenceNumberHasBeenSet = false;
127
128 Aws::String m_applicationTransactionCounter;
129 bool m_applicationTransactionCounterHasBeenSet = false;
130
131 Aws::String m_authorizationRequestKeyIdentifier;
132 bool m_authorizationRequestKeyIdentifierHasBeenSet = false;
133
134 CurrentPinAttributes m_currentPinAttributes;
135 bool m_currentPinAttributesHasBeenSet = false;
136 };
137
138} // namespace Model
139} // namespace PaymentCryptographyData
140} // namespace Aws
AmexAttributes & WithAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes()=default
void SetMajorKeyDerivationMode(MajorKeyDerivationMode value)
const Aws::String & GetAuthorizationRequestKeyIdentifier() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
MajorKeyDerivationMode GetMajorKeyDerivationMode() const
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
const Aws::String & GetApplicationTransactionCounter() const
AmexAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode value)
void SetApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AmexAttributes & WithApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
void SetCurrentPinAttributes(CurrentPinAttributesT &&value)
void SetPanSequenceNumber(PanSequenceNumberT &&value)
AmexAttributes & WithCurrentPinAttributes(CurrentPinAttributesT &&value)
AmexAttributes & WithPanSequenceNumber(PanSequenceNumberT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes(Aws::Utils::Json::JsonView jsonValue)
AmexAttributes & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
const CurrentPinAttributes & GetCurrentPinAttributes() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue