7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography-data/model/EcdhDerivationAttributes.h>
22namespace PaymentCryptographyData
48 template<
typename Tr31KeyBlockT = Aws::String>
49 void SetTr31KeyBlock(Tr31KeyBlockT&& value) { m_tr31KeyBlockHasBeenSet =
true; m_tr31KeyBlock = std::forward<Tr31KeyBlockT>(value); }
50 template<
typename Tr31KeyBlockT = Aws::String>
60 template<
typename DiffieHellmanSymmetricKeyT = EcdhDerivationAttributes>
61 void SetDiffieHellmanSymmetricKey(DiffieHellmanSymmetricKeyT&& value) { m_diffieHellmanSymmetricKeyHasBeenSet =
true; m_diffieHellmanSymmetricKey = std::forward<DiffieHellmanSymmetricKeyT>(value); }
62 template<
typename DiffieHellmanSymmetricKeyT = EcdhDerivationAttributes>
68 bool m_tr31KeyBlockHasBeenSet =
false;
71 bool m_diffieHellmanSymmetricKeyHasBeenSet =
false;
bool DiffieHellmanSymmetricKeyHasBeenSet() const
WrappedKeyMaterial & WithDiffieHellmanSymmetricKey(DiffieHellmanSymmetricKeyT &&value)
const EcdhDerivationAttributes & GetDiffieHellmanSymmetricKey() const
WrappedKeyMaterial & WithTr31KeyBlock(Tr31KeyBlockT &&value)
const Aws::String & GetTr31KeyBlock() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial()=default
void SetDiffieHellmanSymmetricKey(DiffieHellmanSymmetricKeyT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTr31KeyBlock(Tr31KeyBlockT &&value)
bool Tr31KeyBlockHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API WrappedKeyMaterial(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue