7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9#include <aws/payment-cryptography/model/KeyCheckValueAlgorithm.h>
10#include <aws/payment-cryptography/model/WrappedKeyMaterialFormat.h>
21namespace PaymentCryptography {
43 template <
typename WrappingKeyArnT = Aws::String>
45 m_wrappingKeyArnHasBeenSet =
true;
46 m_wrappingKeyArn = std::forward<WrappingKeyArnT>(value);
48 template <
typename WrappingKeyArnT = Aws::String>
62 m_wrappedKeyMaterialFormatHasBeenSet =
true;
63 m_wrappedKeyMaterialFormat = value;
78 template <
typename KeyMaterialT = Aws::String>
80 m_keyMaterialHasBeenSet =
true;
81 m_keyMaterial = std::forward<KeyMaterialT>(value);
83 template <
typename KeyMaterialT = Aws::String>
97 template <
typename KeyCheckValueT = Aws::String>
99 m_keyCheckValueHasBeenSet =
true;
100 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
102 template <
typename KeyCheckValueT = Aws::String>
122 m_keyCheckValueAlgorithmHasBeenSet =
true;
123 m_keyCheckValueAlgorithm = value;
140 bool m_wrappingKeyArnHasBeenSet =
false;
141 bool m_wrappedKeyMaterialFormatHasBeenSet =
false;
142 bool m_keyMaterialHasBeenSet =
false;
143 bool m_keyCheckValueHasBeenSet =
false;
144 bool m_keyCheckValueAlgorithmHasBeenSet =
false;
WrappedKey & WithKeyCheckValue(KeyCheckValueT &&value)
const Aws::String & GetKeyMaterial() const
WrappedKeyMaterialFormat GetWrappedKeyMaterialFormat() const
KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const
bool WrappingKeyArnHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKeyCheckValue(KeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API WrappedKey(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHY_API WrappedKey & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyCheckValueHasBeenSet() const
WrappedKey & WithWrappingKeyArn(WrappingKeyArnT &&value)
void SetWrappedKeyMaterialFormat(WrappedKeyMaterialFormat value)
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
void SetWrappingKeyArn(WrappingKeyArnT &&value)
bool WrappedKeyMaterialFormatHasBeenSet() const
const Aws::String & GetWrappingKeyArn() const
bool KeyCheckValueAlgorithmHasBeenSet() const
bool KeyMaterialHasBeenSet() const
WrappedKey & WithKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
AWS_PAYMENTCRYPTOGRAPHY_API WrappedKey()=default
WrappedKey & WithWrappedKeyMaterialFormat(WrappedKeyMaterialFormat value)
WrappedKey & WithKeyMaterial(KeyMaterialT &&value)
void SetKeyMaterial(KeyMaterialT &&value)
const Aws::String & GetKeyCheckValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue