7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
41 template <
typename CardExpiryDateT = Aws::String>
43 m_cardExpiryDateHasBeenSet =
true;
44 m_cardExpiryDate = std::forward<CardExpiryDateT>(value);
46 template <
typename CardExpiryDateT = Aws::String>
60 template <
typename ServiceCodeT = Aws::String>
62 m_serviceCodeHasBeenSet =
true;
63 m_serviceCode = std::forward<ServiceCodeT>(value);
65 template <
typename ServiceCodeT = Aws::String>
75 bool m_cardExpiryDateHasBeenSet =
false;
76 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