7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
47 template<
typename CardExpiryDateT = Aws::String>
48 void SetCardExpiryDate(CardExpiryDateT&& value) { m_cardExpiryDateHasBeenSet =
true; m_cardExpiryDate = std::forward<CardExpiryDateT>(value); }
49 template<
typename CardExpiryDateT = Aws::String>
60 template<
typename ServiceCodeT = Aws::String>
61 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
62 template<
typename ServiceCodeT = Aws::String>
68 bool m_cardExpiryDateHasBeenSet =
false;
71 bool m_serviceCodeHasBeenSet =
false;
bool CardExpiryDateHasBeenSet() const
CardVerificationValue1 & WithCardExpiryDate(CardExpiryDateT &&value)
bool ServiceCodeHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API CardVerificationValue1(Aws::Utils::Json::JsonView jsonValue)
void SetCardExpiryDate(CardExpiryDateT &&value)
CardVerificationValue1 & WithServiceCode(ServiceCodeT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API CardVerificationValue1()=default
const Aws::String & GetServiceCode() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API CardVerificationValue1 & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetCardExpiryDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue