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
51 inline void SetWrappingKeyArn(
const char* value) { m_wrappingKeyArnHasBeenSet =
true; m_wrappingKeyArn.assign(value); }
78 inline void SetKeyMaterial(
const char* value) { m_keyMaterialHasBeenSet =
true; m_keyMaterial.assign(value); }
93 inline void SetKeyCheckValue(
const char* value) { m_keyCheckValueHasBeenSet =
true; m_keyCheckValue.assign(value); }
119 bool m_wrappingKeyArnHasBeenSet =
false;
122 bool m_wrappedKeyMaterialFormatHasBeenSet =
false;
125 bool m_keyMaterialHasBeenSet =
false;
128 bool m_keyCheckValueHasBeenSet =
false;
131 bool m_keyCheckValueAlgorithmHasBeenSet =
false;
WrappedKey & WithKeyCheckValueAlgorithm(KeyCheckValueAlgorithm &&value)
WrappedKey & WithKeyMaterial(const Aws::String &value)
void SetWrappingKeyArn(Aws::String &&value)
const Aws::String & GetKeyMaterial() const
void SetKeyMaterial(const char *value)
void SetKeyCheckValueAlgorithm(const KeyCheckValueAlgorithm &value)
bool WrappingKeyArnHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
WrappedKey & WithKeyCheckValueAlgorithm(const KeyCheckValueAlgorithm &value)
const WrappedKeyMaterialFormat & GetWrappedKeyMaterialFormat() const
WrappedKey & WithWrappedKeyMaterialFormat(const WrappedKeyMaterialFormat &value)
AWS_PAYMENTCRYPTOGRAPHY_API WrappedKey(Aws::Utils::Json::JsonView jsonValue)
WrappedKey & WithWrappingKeyArn(const char *value)
WrappedKey & WithWrappedKeyMaterialFormat(WrappedKeyMaterialFormat &&value)
AWS_PAYMENTCRYPTOGRAPHY_API WrappedKey & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyCheckValueHasBeenSet() const
WrappedKey & WithKeyCheckValue(const char *value)
WrappedKey & WithKeyCheckValue(const Aws::String &value)
const KeyCheckValueAlgorithm & GetKeyCheckValueAlgorithm() const
void SetKeyCheckValue(Aws::String &&value)
void SetKeyMaterial(const Aws::String &value)
WrappedKey & WithKeyMaterial(const char *value)
void SetWrappedKeyMaterialFormat(const WrappedKeyMaterialFormat &value)
bool WrappedKeyMaterialFormatHasBeenSet() const
void SetWrappingKeyArn(const Aws::String &value)
const Aws::String & GetWrappingKeyArn() const
void SetWrappingKeyArn(const char *value)
void SetKeyMaterial(Aws::String &&value)
void SetKeyCheckValue(const char *value)
AWS_PAYMENTCRYPTOGRAPHY_API WrappedKey()
bool KeyCheckValueAlgorithmHasBeenSet() const
void SetWrappedKeyMaterialFormat(WrappedKeyMaterialFormat &&value)
bool KeyMaterialHasBeenSet() const
WrappedKey & WithKeyCheckValue(Aws::String &&value)
void SetKeyCheckValue(const Aws::String &value)
WrappedKey & WithWrappingKeyArn(const Aws::String &value)
WrappedKey & WithWrappingKeyArn(Aws::String &&value)
WrappedKey & WithKeyMaterial(Aws::String &&value)
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm &&value)
const Aws::String & GetKeyCheckValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue