7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
49 template<
typename PrimaryAccountNumberT = Aws::String>
50 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
51 template<
typename PrimaryAccountNumberT = Aws::String>
62 template<
typename PanSequenceNumberT = Aws::String>
63 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
64 template<
typename PanSequenceNumberT = Aws::String>
70 bool m_primaryAccountNumberHasBeenSet =
false;
73 bool m_panSequenceNumberHasBeenSet =
false;
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
const Aws::String & GetPanSequenceNumber() const
bool PanSequenceNumberHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API SessionKeyAmex(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API SessionKeyAmex & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPrimaryAccountNumber() const
SessionKeyAmex & WithPanSequenceNumber(PanSequenceNumberT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API SessionKeyAmex()=default
bool PrimaryAccountNumberHasBeenSet() const
void SetPanSequenceNumber(PanSequenceNumberT &&value)
SessionKeyAmex & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue