7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
9#include <aws/payment-cryptography-data/model/WrappedKeyMaterialFormat.h>
20namespace PaymentCryptographyData {
42 template <
typename WrappedKeyMaterialT = Aws::String>
44 m_wrappedKeyMaterialHasBeenSet =
true;
45 m_wrappedKeyMaterial = std::forward<WrappedKeyMaterialT>(value);
47 template <
typename WrappedKeyMaterialT = Aws::String>
65 template <
typename KeyCheckValueT = Aws::String>
67 m_keyCheckValueHasBeenSet =
true;
68 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
70 template <
typename KeyCheckValueT = Aws::String>
84 m_wrappedKeyMaterialFormatHasBeenSet =
true;
85 m_wrappedKeyMaterialFormat = value;
98 bool m_wrappedKeyMaterialHasBeenSet =
false;
99 bool m_keyCheckValueHasBeenSet =
false;
100 bool m_wrappedKeyMaterialFormatHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedWorkingKey(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedWorkingKey & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWrappedKeyMaterial() const
bool WrappedKeyMaterialHasBeenSet() const
WrappedWorkingKey & WithWrappedKeyMaterialFormat(WrappedKeyMaterialFormat value)
void SetWrappedKeyMaterialFormat(WrappedKeyMaterialFormat value)
void SetKeyCheckValue(KeyCheckValueT &&value)
WrappedWorkingKey & WithWrappedKeyMaterial(WrappedKeyMaterialT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKeyCheckValue() const
bool KeyCheckValueHasBeenSet() const
WrappedWorkingKey & WithKeyCheckValue(KeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedWorkingKey()=default
void SetWrappedKeyMaterial(WrappedKeyMaterialT &&value)
WrappedKeyMaterialFormat GetWrappedKeyMaterialFormat() const
bool WrappedKeyMaterialFormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue