AWS SDK for C++

AWS SDK for C++ Version 1.11.844

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
66 inline KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const { return m_keyCheckValueAlgorithm; }
67 inline bool KeyCheckValueAlgorithmHasBeenSet() const { return m_keyCheckValueAlgorithmHasBeenSet; }
69 m_keyCheckValueAlgorithmHasBeenSet = true;
70 m_keyCheckValueAlgorithm = value;
71 }
74 return *this;
75 }
77 private:
78 ExportDukptInitialKey m_exportDukptInitialKey;
79
81 bool m_exportDukptInitialKeyHasBeenSet = false;
82 bool m_keyCheckValueAlgorithmHasBeenSet = false;
83};
84
85} // namespace Model
86} // namespace PaymentCryptography
87} // 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