7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyDataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/payment-cryptography-data/model/MajorKeyDerivationMode.h>
11#include <aws/payment-cryptography-data/model/SessionKeyDerivation.h>
12#include <aws/payment-cryptography-data/model/CryptogramAuthResponse.h>
17namespace PaymentCryptographyData
47 inline void SetKeyIdentifier(
const char* value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier.assign(value); }
63 inline void SetTransactionData(
const char* value) { m_transactionDataHasBeenSet =
true; m_transactionData.assign(value); }
79 inline void SetAuthRequestCryptogram(
const char* value) { m_authRequestCryptogramHasBeenSet =
true; m_authRequestCryptogram.assign(value); }
131 bool m_keyIdentifierHasBeenSet =
false;
134 bool m_transactionDataHasBeenSet =
false;
137 bool m_authRequestCryptogramHasBeenSet =
false;
140 bool m_majorKeyDerivationModeHasBeenSet =
false;
143 bool m_sessionKeyDerivationAttributesHasBeenSet =
false;
146 bool m_authResponseAttributesHasBeenSet =
false;
VerifyAuthRequestCryptogramRequest & WithMajorKeyDerivationMode(MajorKeyDerivationMode &&value)
void SetSessionKeyDerivationAttributes(SessionKeyDerivation &&value)
const MajorKeyDerivationMode & GetMajorKeyDerivationMode() const
const SessionKeyDerivation & GetSessionKeyDerivationAttributes() const
void SetTransactionData(Aws::String &&value)
VerifyAuthRequestCryptogramRequest & WithMajorKeyDerivationMode(const MajorKeyDerivationMode &value)
const Aws::String & GetKeyIdentifier() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyAuthRequestCryptogramRequest()
virtual const char * GetServiceRequestName() const override
void SetMajorKeyDerivationMode(MajorKeyDerivationMode &&value)
VerifyAuthRequestCryptogramRequest & WithAuthResponseAttributes(const CryptogramAuthResponse &value)
const Aws::String & GetTransactionData() const
bool SessionKeyDerivationAttributesHasBeenSet() const
VerifyAuthRequestCryptogramRequest & WithKeyIdentifier(Aws::String &&value)
void SetKeyIdentifier(const Aws::String &value)
VerifyAuthRequestCryptogramRequest & WithAuthResponseAttributes(CryptogramAuthResponse &&value)
VerifyAuthRequestCryptogramRequest & WithKeyIdentifier(const char *value)
bool KeyIdentifierHasBeenSet() const
void SetAuthRequestCryptogram(Aws::String &&value)
void SetTransactionData(const Aws::String &value)
VerifyAuthRequestCryptogramRequest & WithTransactionData(const Aws::String &value)
void SetTransactionData(const char *value)
VerifyAuthRequestCryptogramRequest & WithSessionKeyDerivationAttributes(const SessionKeyDerivation &value)
void SetAuthResponseAttributes(CryptogramAuthResponse &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
const Aws::String & GetAuthRequestCryptogram() const
VerifyAuthRequestCryptogramRequest & WithKeyIdentifier(const Aws::String &value)
void SetKeyIdentifier(const char *value)
const CryptogramAuthResponse & GetAuthResponseAttributes() const
void SetAuthRequestCryptogram(const Aws::String &value)
void SetSessionKeyDerivationAttributes(const SessionKeyDerivation &value)
VerifyAuthRequestCryptogramRequest & WithAuthRequestCryptogram(Aws::String &&value)
VerifyAuthRequestCryptogramRequest & WithSessionKeyDerivationAttributes(SessionKeyDerivation &&value)
VerifyAuthRequestCryptogramRequest & WithAuthRequestCryptogram(const Aws::String &value)
VerifyAuthRequestCryptogramRequest & WithTransactionData(Aws::String &&value)
void SetKeyIdentifier(Aws::String &&value)
bool AuthRequestCryptogramHasBeenSet() const
void SetAuthRequestCryptogram(const char *value)
bool TransactionDataHasBeenSet() const
bool MajorKeyDerivationModeHasBeenSet() const
void SetMajorKeyDerivationMode(const MajorKeyDerivationMode &value)
bool AuthResponseAttributesHasBeenSet() const
void SetAuthResponseAttributes(const CryptogramAuthResponse &value)
VerifyAuthRequestCryptogramRequest & WithTransactionData(const char *value)
VerifyAuthRequestCryptogramRequest & WithAuthRequestCryptogram(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String