7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
43 template <
typename PrimaryAccountNumberT = Aws::String>
45 m_primaryAccountNumberHasBeenSet =
true;
46 m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value);
48 template <
typename PrimaryAccountNumberT = Aws::String>
62 template <
typename PanSequenceNumberT = Aws::String>
64 m_panSequenceNumberHasBeenSet =
true;
65 m_panSequenceNumber = std::forward<PanSequenceNumberT>(value);
67 template <
typename PanSequenceNumberT = Aws::String>
77 bool m_primaryAccountNumberHasBeenSet =
false;
78 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