7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9#include <aws/payment-cryptography/model/As2805KeyVariant.h>
20namespace PaymentCryptography {
40 template <
typename WrappingKeyIdentifierT = Aws::String>
42 m_wrappingKeyIdentifierHasBeenSet =
true;
43 m_wrappingKeyIdentifier = std::forward<WrappingKeyIdentifierT>(value);
45 template <
typename WrappingKeyIdentifierT = Aws::String>
59 m_as2805KeyVariantHasBeenSet =
true;
60 m_as2805KeyVariant = value;
71 bool m_wrappingKeyIdentifierHasBeenSet =
false;
72 bool m_as2805KeyVariantHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
bool As2805KeyVariantHasBeenSet() const
bool WrappingKeyIdentifierHasBeenSet() const
As2805KeyVariant GetAs2805KeyVariant() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportAs2805KeyCryptogram & WithWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram()=default
void SetWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
const Aws::String & GetWrappingKeyIdentifier() const
ExportAs2805KeyCryptogram & WithAs2805KeyVariant(As2805KeyVariant value)
void SetAs2805KeyVariant(As2805KeyVariant value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportAs2805KeyCryptogram(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue