7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
47 template<
typename CurrentPinPekIdentifierT = Aws::String>
48 void SetCurrentPinPekIdentifier(CurrentPinPekIdentifierT&& value) { m_currentPinPekIdentifierHasBeenSet =
true; m_currentPinPekIdentifier = std::forward<CurrentPinPekIdentifierT>(value); }
49 template<
typename CurrentPinPekIdentifierT = Aws::String>
59 template<
typename CurrentEncryptedPinBlockT = Aws::String>
60 void SetCurrentEncryptedPinBlock(CurrentEncryptedPinBlockT&& value) { m_currentEncryptedPinBlockHasBeenSet =
true; m_currentEncryptedPinBlock = std::forward<CurrentEncryptedPinBlockT>(value); }
61 template<
typename CurrentEncryptedPinBlockT = Aws::String>
67 bool m_currentPinPekIdentifierHasBeenSet =
false;
70 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