7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
10#include <aws/payment-cryptography/model/KeyExportability.h>
11#include <aws/payment-cryptography/model/KeyModesOfUse.h>
22namespace PaymentCryptography {
42 template <
typename KeyModesOfUseT = KeyModesOfUse>
44 m_keyModesOfUseHasBeenSet =
true;
45 m_keyModesOfUse = std::forward<KeyModesOfUseT>(value);
47 template <
typename KeyModesOfUseT = KeyModesOfUse>
72 m_keyExportabilityHasBeenSet =
true;
73 m_keyExportability = value;
88 template <
typename KeyVersionT = Aws::String>
90 m_keyVersionHasBeenSet =
true;
91 m_keyVersion = std::forward<KeyVersionT>(value);
93 template <
typename KeyVersionT = Aws::String>
112 template <
typename OptionalBlocksT = Aws::Map<Aws::String, Aws::String>>
114 m_optionalBlocksHasBeenSet =
true;
115 m_optionalBlocks = std::forward<OptionalBlocksT>(value);
117 template <
typename OptionalBlocksT = Aws::Map<Aws::String, Aws::String>>
122 template <
typename OptionalBlocksKeyT = Aws::String,
typename OptionalBlocksValueT = Aws::String>
124 m_optionalBlocksHasBeenSet =
true;
125 m_optionalBlocks.emplace(std::forward<OptionalBlocksKeyT>(key), std::forward<OptionalBlocksValueT>(value));
137 bool m_keyModesOfUseHasBeenSet =
false;
138 bool m_keyExportabilityHasBeenSet =
false;
139 bool m_keyVersionHasBeenSet =
false;
140 bool m_optionalBlocksHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue