AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ExportAttributes.h
1
6#pragma once
7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/ExportDukptInitialKey.h>
9#include <aws/payment-cryptography/model/KeyCheckValueAlgorithm.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace PaymentCryptography {
21namespace Model {
22
30 public:
31 AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes() = default;
32 AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const ExportDukptInitialKey& GetExportDukptInitialKey() const { return m_exportDukptInitialKey; }
41 inline bool ExportDukptInitialKeyHasBeenSet() const { return m_exportDukptInitialKeyHasBeenSet; }
42 template <typename ExportDukptInitialKeyT = ExportDukptInitialKey>
43 void SetExportDukptInitialKey(ExportDukptInitialKeyT&& value) {
44 m_exportDukptInitialKeyHasBeenSet = true;
45 m_exportDukptInitialKey = std::forward<ExportDukptInitialKeyT>(value);
46 }
47 template <typename ExportDukptInitialKeyT = ExportDukptInitialKey>
48 ExportAttributes& WithExportDukptInitialKey(ExportDukptInitialKeyT&& value) {
49 SetExportDukptInitialKey(std::forward<ExportDukptInitialKeyT>(value));
50 return *this;
51 }
53
55
64 inline KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const { return m_keyCheckValueAlgorithm; }
65 inline bool KeyCheckValueAlgorithmHasBeenSet() const { return m_keyCheckValueAlgorithmHasBeenSet; }
67 m_keyCheckValueAlgorithmHasBeenSet = true;
68 m_keyCheckValueAlgorithm = value;
69 }
72 return *this;
73 }
75 private:
76 ExportDukptInitialKey m_exportDukptInitialKey;
77
79 bool m_exportDukptInitialKeyHasBeenSet = false;
80 bool m_keyCheckValueAlgorithmHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace PaymentCryptography
85} // namespace Aws
KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes()=default
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
const ExportDukptInitialKey & GetExportDukptInitialKey() const
ExportAttributes & WithExportDukptInitialKey(ExportDukptInitialKeyT &&value)
void SetExportDukptInitialKey(ExportDukptInitialKeyT &&value)
ExportAttributes & WithKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue