AWS SDK for C++

AWS SDK for C++ Version 1.11.762

Loading...
Searching...
No Matches
VisaAmexDerivationOutputs.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PaymentCryptographyData {
20namespace Model {
21
29 public:
30 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs() = default;
31 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs(Aws::Utils::Json::JsonView jsonValue);
32 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetAuthorizationRequestKeyArn() const { return m_authorizationRequestKeyArn; }
41 inline bool AuthorizationRequestKeyArnHasBeenSet() const { return m_authorizationRequestKeyArnHasBeenSet; }
42 template <typename AuthorizationRequestKeyArnT = Aws::String>
43 void SetAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT&& value) {
44 m_authorizationRequestKeyArnHasBeenSet = true;
45 m_authorizationRequestKeyArn = std::forward<AuthorizationRequestKeyArnT>(value);
46 }
47 template <typename AuthorizationRequestKeyArnT = Aws::String>
48 VisaAmexDerivationOutputs& WithAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT&& value) {
49 SetAuthorizationRequestKeyArn(std::forward<AuthorizationRequestKeyArnT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetAuthorizationRequestKeyCheckValue() const { return m_authorizationRequestKeyCheckValue; }
60 inline bool AuthorizationRequestKeyCheckValueHasBeenSet() const { return m_authorizationRequestKeyCheckValueHasBeenSet; }
61 template <typename AuthorizationRequestKeyCheckValueT = Aws::String>
62 void SetAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT&& value) {
63 m_authorizationRequestKeyCheckValueHasBeenSet = true;
64 m_authorizationRequestKeyCheckValue = std::forward<AuthorizationRequestKeyCheckValueT>(value);
65 }
66 template <typename AuthorizationRequestKeyCheckValueT = Aws::String>
67 VisaAmexDerivationOutputs& WithAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT&& value) {
68 SetAuthorizationRequestKeyCheckValue(std::forward<AuthorizationRequestKeyCheckValueT>(value));
69 return *this;
70 }
72
74
77 inline const Aws::String& GetCurrentPinPekArn() const { return m_currentPinPekArn; }
78 inline bool CurrentPinPekArnHasBeenSet() const { return m_currentPinPekArnHasBeenSet; }
79 template <typename CurrentPinPekArnT = Aws::String>
80 void SetCurrentPinPekArn(CurrentPinPekArnT&& value) {
81 m_currentPinPekArnHasBeenSet = true;
82 m_currentPinPekArn = std::forward<CurrentPinPekArnT>(value);
83 }
84 template <typename CurrentPinPekArnT = Aws::String>
85 VisaAmexDerivationOutputs& WithCurrentPinPekArn(CurrentPinPekArnT&& value) {
86 SetCurrentPinPekArn(std::forward<CurrentPinPekArnT>(value));
87 return *this;
88 }
90
92
95 inline const Aws::String& GetCurrentPinPekKeyCheckValue() const { return m_currentPinPekKeyCheckValue; }
96 inline bool CurrentPinPekKeyCheckValueHasBeenSet() const { return m_currentPinPekKeyCheckValueHasBeenSet; }
97 template <typename CurrentPinPekKeyCheckValueT = Aws::String>
98 void SetCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT&& value) {
99 m_currentPinPekKeyCheckValueHasBeenSet = true;
100 m_currentPinPekKeyCheckValue = std::forward<CurrentPinPekKeyCheckValueT>(value);
101 }
102 template <typename CurrentPinPekKeyCheckValueT = Aws::String>
103 VisaAmexDerivationOutputs& WithCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT&& value) {
104 SetCurrentPinPekKeyCheckValue(std::forward<CurrentPinPekKeyCheckValueT>(value));
105 return *this;
106 }
108 private:
109 Aws::String m_authorizationRequestKeyArn;
110
111 Aws::String m_authorizationRequestKeyCheckValue;
112
113 Aws::String m_currentPinPekArn;
114
115 Aws::String m_currentPinPekKeyCheckValue;
116 bool m_authorizationRequestKeyArnHasBeenSet = false;
117 bool m_authorizationRequestKeyCheckValueHasBeenSet = false;
118 bool m_currentPinPekArnHasBeenSet = false;
119 bool m_currentPinPekKeyCheckValueHasBeenSet = false;
120};
121
122} // namespace Model
123} // namespace PaymentCryptographyData
124} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs()=default
VisaAmexDerivationOutputs & WithCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT &&value)
VisaAmexDerivationOutputs & WithAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT &&value)
VisaAmexDerivationOutputs & WithCurrentPinPekArn(CurrentPinPekArnT &&value)
void SetCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT &&value)
VisaAmexDerivationOutputs & WithAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT &&value)
void SetAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue