7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
41 template <
typename CurrentPinPekIdentifierT = Aws::String>
43 m_currentPinPekIdentifierHasBeenSet =
true;
44 m_currentPinPekIdentifier = std::forward<CurrentPinPekIdentifierT>(value);
46 template <
typename CurrentPinPekIdentifierT = Aws::String>
59 template <
typename CurrentEncryptedPinBlockT = Aws::String>
61 m_currentEncryptedPinBlockHasBeenSet =
true;
62 m_currentEncryptedPinBlock = std::forward<CurrentEncryptedPinBlockT>(value);
64 template <
typename CurrentEncryptedPinBlockT = Aws::String>
74 bool m_currentPinPekIdentifierHasBeenSet =
false;
75 bool m_currentEncryptedPinBlockHasBeenSet =
false;
bool CurrentEncryptedPinBlockHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCurrentEncryptedPinBlock(CurrentEncryptedPinBlockT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
CurrentPinAttributes & WithCurrentPinPekIdentifier(CurrentPinPekIdentifierT &&value)
const Aws::String & GetCurrentPinPekIdentifier() const
void SetCurrentPinPekIdentifier(CurrentPinPekIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API CurrentPinAttributes()=default
bool CurrentPinPekIdentifierHasBeenSet() const
CurrentPinAttributes & WithCurrentEncryptedPinBlock(CurrentEncryptedPinBlockT &&value)
const Aws::String & GetCurrentEncryptedPinBlock() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue