7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/KeyModesOfUse.h>
9#include <aws/payment-cryptography/model/KeyExportability.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace PaymentCryptography
48 template<
typename KeyModesOfUseT = KeyModesOfUse>
49 void SetKeyModesOfUse(KeyModesOfUseT&& value) { m_keyModesOfUseHasBeenSet =
true; m_keyModesOfUse = std::forward<KeyModesOfUseT>(value); }
50 template<
typename KeyModesOfUseT = KeyModesOfUse>
82 template<
typename KeyVersionT = Aws::String>
83 void SetKeyVersion(KeyVersionT&& value) { m_keyVersionHasBeenSet =
true; m_keyVersion = std::forward<KeyVersionT>(value); }
84 template<
typename KeyVersionT = Aws::String>
100 template<
typename OptionalBlocksT = Aws::Map<Aws::String, Aws::String>>
101 void SetOptionalBlocks(OptionalBlocksT&& value) { m_optionalBlocksHasBeenSet =
true; m_optionalBlocks = std::forward<OptionalBlocksT>(value); }
102 template<
typename OptionalBlocksT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename OptionalBlocksKeyT = Aws::String,
typename OptionalBlocksValueT = Aws::String>
106 m_optionalBlocksHasBeenSet =
true; m_optionalBlocks.emplace(std::forward<OptionalBlocksKeyT>(key), std::forward<OptionalBlocksValueT>(value));
return *
this;
112 bool m_keyModesOfUseHasBeenSet =
false;
115 bool m_keyExportabilityHasBeenSet =
false;
118 bool m_keyVersionHasBeenSet =
false;
121 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