AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ExportAs2805KeyCryptogram.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9#include <aws/payment-cryptography/model/As2805KeyVariant.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 ExportAs2805KeyCryptogram() = default;
32 AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
38 inline const Aws::String& GetWrappingKeyIdentifier() const { return m_wrappingKeyIdentifier; }
39 inline bool WrappingKeyIdentifierHasBeenSet() const { return m_wrappingKeyIdentifierHasBeenSet; }
40 template <typename WrappingKeyIdentifierT = Aws::String>
41 void SetWrappingKeyIdentifier(WrappingKeyIdentifierT&& value) {
42 m_wrappingKeyIdentifierHasBeenSet = true;
43 m_wrappingKeyIdentifier = std::forward<WrappingKeyIdentifierT>(value);
44 }
45 template <typename WrappingKeyIdentifierT = Aws::String>
46 ExportAs2805KeyCryptogram& WithWrappingKeyIdentifier(WrappingKeyIdentifierT&& value) {
47 SetWrappingKeyIdentifier(std::forward<WrappingKeyIdentifierT>(value));
48 return *this;
49 }
51
53
56 inline As2805KeyVariant GetAs2805KeyVariant() const { return m_as2805KeyVariant; }
57 inline bool As2805KeyVariantHasBeenSet() const { return m_as2805KeyVariantHasBeenSet; }
59 m_as2805KeyVariantHasBeenSet = true;
60 m_as2805KeyVariant = value;
61 }
64 return *this;
65 }
67 private:
68 Aws::String m_wrappingKeyIdentifier;
69
71 bool m_wrappingKeyIdentifierHasBeenSet = false;
72 bool m_as2805KeyVariantHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace PaymentCryptography
77} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportAs2805KeyCryptogram & WithWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram()=default
ExportAs2805KeyCryptogram & WithAs2805KeyVariant(As2805KeyVariant value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue