7#include <aws/payment-cryptography-data/PaymentCryptographyDataRequest.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
9#include <aws/payment-cryptography-data/model/IncomingKeyMaterial.h>
10#include <aws/payment-cryptography-data/model/KeyCheckValueAlgorithm.h>
11#include <aws/payment-cryptography-data/model/OutgoingKeyMaterial.h>
16namespace PaymentCryptographyData {
40 template <
typename IncomingKeyMaterialT = IncomingKeyMaterial>
42 m_incomingKeyMaterialHasBeenSet =
true;
43 m_incomingKeyMaterial = std::forward<IncomingKeyMaterialT>(value);
45 template <
typename IncomingKeyMaterialT = IncomingKeyMaterial>
59 template <
typename OutgoingKeyMaterialT = OutgoingKeyMaterial>
61 m_outgoingKeyMaterialHasBeenSet =
true;
62 m_outgoingKeyMaterial = std::forward<OutgoingKeyMaterialT>(value);
64 template <
typename OutgoingKeyMaterialT = OutgoingKeyMaterial>
79 m_keyCheckValueAlgorithmHasBeenSet =
true;
80 m_keyCheckValueAlgorithm = value;
93 bool m_incomingKeyMaterialHasBeenSet =
false;
94 bool m_outgoingKeyMaterialHasBeenSet =
false;
95 bool m_keyCheckValueAlgorithmHasBeenSet =
false;
const IncomingKeyMaterial & GetIncomingKeyMaterial() const
TranslateKeyMaterialRequest & WithOutgoingKeyMaterial(OutgoingKeyMaterialT &&value)
bool OutgoingKeyMaterialHasBeenSet() const
bool IncomingKeyMaterialHasBeenSet() const
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
TranslateKeyMaterialRequest & WithIncomingKeyMaterial(IncomingKeyMaterialT &&value)
virtual const char * GetServiceRequestName() const override
void SetIncomingKeyMaterial(IncomingKeyMaterialT &&value)
const OutgoingKeyMaterial & GetOutgoingKeyMaterial() const
void SetOutgoingKeyMaterial(OutgoingKeyMaterialT &&value)
bool KeyCheckValueAlgorithmHasBeenSet() const
KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslateKeyMaterialRequest()=default
TranslateKeyMaterialRequest & WithKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String