AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
VisaAmexDerivationOutputs.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 VisaAmexDerivationOutputs() = default;
36 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs(Aws::Utils::Json::JsonView jsonValue);
37 AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAmexDerivationOutputs& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetAuthorizationRequestKeyArn() const { return m_authorizationRequestKeyArn; }
47 inline bool AuthorizationRequestKeyArnHasBeenSet() const { return m_authorizationRequestKeyArnHasBeenSet; }
48 template<typename AuthorizationRequestKeyArnT = Aws::String>
49 void SetAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT&& value) { m_authorizationRequestKeyArnHasBeenSet = true; m_authorizationRequestKeyArn = std::forward<AuthorizationRequestKeyArnT>(value); }
50 template<typename AuthorizationRequestKeyArnT = Aws::String>
51 VisaAmexDerivationOutputs& WithAuthorizationRequestKeyArn(AuthorizationRequestKeyArnT&& value) { SetAuthorizationRequestKeyArn(std::forward<AuthorizationRequestKeyArnT>(value)); return *this;}
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) { m_authorizationRequestKeyCheckValueHasBeenSet = true; m_authorizationRequestKeyCheckValue = std::forward<AuthorizationRequestKeyCheckValueT>(value); }
63 template<typename AuthorizationRequestKeyCheckValueT = Aws::String>
64 VisaAmexDerivationOutputs& WithAuthorizationRequestKeyCheckValue(AuthorizationRequestKeyCheckValueT&& value) { SetAuthorizationRequestKeyCheckValue(std::forward<AuthorizationRequestKeyCheckValueT>(value)); return *this;}
66
68
71 inline const Aws::String& GetCurrentPinPekArn() const { return m_currentPinPekArn; }
72 inline bool CurrentPinPekArnHasBeenSet() const { return m_currentPinPekArnHasBeenSet; }
73 template<typename CurrentPinPekArnT = Aws::String>
74 void SetCurrentPinPekArn(CurrentPinPekArnT&& value) { m_currentPinPekArnHasBeenSet = true; m_currentPinPekArn = std::forward<CurrentPinPekArnT>(value); }
75 template<typename CurrentPinPekArnT = Aws::String>
76 VisaAmexDerivationOutputs& WithCurrentPinPekArn(CurrentPinPekArnT&& value) { SetCurrentPinPekArn(std::forward<CurrentPinPekArnT>(value)); return *this;}
78
80
83 inline const Aws::String& GetCurrentPinPekKeyCheckValue() const { return m_currentPinPekKeyCheckValue; }
84 inline bool CurrentPinPekKeyCheckValueHasBeenSet() const { return m_currentPinPekKeyCheckValueHasBeenSet; }
85 template<typename CurrentPinPekKeyCheckValueT = Aws::String>
86 void SetCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT&& value) { m_currentPinPekKeyCheckValueHasBeenSet = true; m_currentPinPekKeyCheckValue = std::forward<CurrentPinPekKeyCheckValueT>(value); }
87 template<typename CurrentPinPekKeyCheckValueT = Aws::String>
88 VisaAmexDerivationOutputs& WithCurrentPinPekKeyCheckValue(CurrentPinPekKeyCheckValueT&& value) { SetCurrentPinPekKeyCheckValue(std::forward<CurrentPinPekKeyCheckValueT>(value)); return *this;}
90 private:
91
92 Aws::String m_authorizationRequestKeyArn;
93 bool m_authorizationRequestKeyArnHasBeenSet = false;
94
95 Aws::String m_authorizationRequestKeyCheckValue;
96 bool m_authorizationRequestKeyCheckValueHasBeenSet = false;
97
98 Aws::String m_currentPinPekArn;
99 bool m_currentPinPekArnHasBeenSet = false;
100
101 Aws::String m_currentPinPekKeyCheckValue;
102 bool m_currentPinPekKeyCheckValueHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace PaymentCryptographyData
107} // 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