AWS SDK for C++

AWS SDK for C++ Version 1.11.816

Loading...
Searching...
No Matches
GenerateAuthRequestCryptogramResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace PaymentCryptographyData {
23namespace Model {
25 public:
26 AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult() = default;
27 AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult(
29 AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult& operator=(
31
33
37 inline const Aws::String& GetKeyArn() const { return m_keyArn; }
38 template <typename KeyArnT = Aws::String>
39 void SetKeyArn(KeyArnT&& value) {
40 m_keyArnHasBeenSet = true;
41 m_keyArn = std::forward<KeyArnT>(value);
42 }
43 template <typename KeyArnT = Aws::String>
45 SetKeyArn(std::forward<KeyArnT>(value));
46 return *this;
47 }
49
51
57 inline const Aws::String& GetKeyCheckValue() const { return m_keyCheckValue; }
58 template <typename KeyCheckValueT = Aws::String>
59 void SetKeyCheckValue(KeyCheckValueT&& value) {
60 m_keyCheckValueHasBeenSet = true;
61 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
62 }
63 template <typename KeyCheckValueT = Aws::String>
65 SetKeyCheckValue(std::forward<KeyCheckValueT>(value));
66 return *this;
67 }
69
71
75 inline const Aws::String& GetAuthRequestCryptogram() const { return m_authRequestCryptogram; }
76 template <typename AuthRequestCryptogramT = Aws::String>
77 void SetAuthRequestCryptogram(AuthRequestCryptogramT&& value) {
78 m_authRequestCryptogramHasBeenSet = true;
79 m_authRequestCryptogram = std::forward<AuthRequestCryptogramT>(value);
80 }
81 template <typename AuthRequestCryptogramT = Aws::String>
83 SetAuthRequestCryptogram(std::forward<AuthRequestCryptogramT>(value));
84 return *this;
85 }
87
89
90 inline const Aws::String& GetRequestId() const { return m_requestId; }
91 template <typename RequestIdT = Aws::String>
92 void SetRequestId(RequestIdT&& value) {
93 m_requestIdHasBeenSet = true;
94 m_requestId = std::forward<RequestIdT>(value);
95 }
96 template <typename RequestIdT = Aws::String>
98 SetRequestId(std::forward<RequestIdT>(value));
99 return *this;
100 }
102 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
103
104 private:
105 Aws::String m_keyArn;
106
107 Aws::String m_keyCheckValue;
108
109 Aws::String m_authRequestCryptogram;
110
111 Aws::String m_requestId;
112 Aws::Http::HttpResponseCode m_HttpResponseCode;
113 bool m_keyArnHasBeenSet = false;
114 bool m_keyCheckValueHasBeenSet = false;
115 bool m_authRequestCryptogramHasBeenSet = false;
116 bool m_requestIdHasBeenSet = false;
117};
118
119} // namespace Model
120} // namespace PaymentCryptographyData
121} // namespace Aws
GenerateAuthRequestCryptogramResult & WithAuthRequestCryptogram(AuthRequestCryptogramT &&value)
GenerateAuthRequestCryptogramResult & WithKeyCheckValue(KeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue