AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
CryptogramVerificationArpcMethod1.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 CryptogramVerificationArpcMethod1() = default;
31 AWS_PAYMENTCRYPTOGRAPHYDATA_API CryptogramVerificationArpcMethod1(Aws::Utils::Json::JsonView jsonValue);
32 AWS_PAYMENTCRYPTOGRAPHYDATA_API CryptogramVerificationArpcMethod1& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const Aws::String& GetAuthResponseCode() const { return m_authResponseCode; }
42 inline bool AuthResponseCodeHasBeenSet() const { return m_authResponseCodeHasBeenSet; }
43 template <typename AuthResponseCodeT = Aws::String>
44 void SetAuthResponseCode(AuthResponseCodeT&& value) {
45 m_authResponseCodeHasBeenSet = true;
46 m_authResponseCode = std::forward<AuthResponseCodeT>(value);
47 }
48 template <typename AuthResponseCodeT = Aws::String>
50 SetAuthResponseCode(std::forward<AuthResponseCodeT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_authResponseCode;
56 bool m_authResponseCodeHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace PaymentCryptographyData
61} // namespace Aws
CryptogramVerificationArpcMethod1 & WithAuthResponseCode(AuthResponseCodeT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API CryptogramVerificationArpcMethod1 & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API CryptogramVerificationArpcMethod1(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API CryptogramVerificationArpcMethod1()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue