7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography/model/WrappedKeyMaterialFormat.h>
10#include <aws/payment-cryptography/model/KeyCheckValueAlgorithm.h>
23namespace PaymentCryptography
49 template<
typename WrappingKeyArnT = Aws::String>
50 void SetWrappingKeyArn(WrappingKeyArnT&& value) { m_wrappingKeyArnHasBeenSet =
true; m_wrappingKeyArn = std::forward<WrappingKeyArnT>(value); }
51 template<
typename WrappingKeyArnT = Aws::String>
72 template<
typename KeyMaterialT = Aws::String>
73 void SetKeyMaterial(KeyMaterialT&& value) { m_keyMaterialHasBeenSet =
true; m_keyMaterial = std::forward<KeyMaterialT>(value); }
74 template<
typename KeyMaterialT = Aws::String>
85 template<
typename KeyCheckValueT = Aws::String>
86 void SetKeyCheckValue(KeyCheckValueT&& value) { m_keyCheckValueHasBeenSet =
true; m_keyCheckValue = std::forward<KeyCheckValueT>(value); }
87 template<
typename KeyCheckValueT = Aws::String>
109 bool m_wrappingKeyArnHasBeenSet =
false;
112 bool m_wrappedKeyMaterialFormatHasBeenSet =
false;
115 bool m_keyMaterialHasBeenSet =
false;
118 bool m_keyCheckValueHasBeenSet =
false;
121 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