7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptography
53 template<
typename SharedInformationT = Aws::String>
54 void SetSharedInformation(SharedInformationT&& value) { m_sharedInformationHasBeenSet =
true; m_sharedInformation = std::forward<SharedInformationT>(value); }
55 template<
typename SharedInformationT = Aws::String>
61 bool m_sharedInformationHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
bool SharedInformationHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData()=default
AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSharedInformation(SharedInformationT &&value)
DiffieHellmanDerivationData & WithSharedInformation(SharedInformationT &&value)
const Aws::String & GetSharedInformation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue