7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyDataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/payment-cryptography-data/model/TranslationIsoFormats.h>
11#include <aws/payment-cryptography-data/model/DukptDerivationAttributes.h>
12#include <aws/payment-cryptography-data/model/WrappedKey.h>
17namespace PaymentCryptographyData
47 template<
typename IncomingKeyIdentifierT = Aws::String>
48 void SetIncomingKeyIdentifier(IncomingKeyIdentifierT&& value) { m_incomingKeyIdentifierHasBeenSet =
true; m_incomingKeyIdentifier = std::forward<IncomingKeyIdentifierT>(value); }
49 template<
typename IncomingKeyIdentifierT = Aws::String>
61 template<
typename OutgoingKeyIdentifierT = Aws::String>
62 void SetOutgoingKeyIdentifier(OutgoingKeyIdentifierT&& value) { m_outgoingKeyIdentifierHasBeenSet =
true; m_outgoingKeyIdentifier = std::forward<OutgoingKeyIdentifierT>(value); }
63 template<
typename OutgoingKeyIdentifierT = Aws::String>
74 template<
typename IncomingTranslationAttributesT = TranslationIsoFormats>
75 void SetIncomingTranslationAttributes(IncomingTranslationAttributesT&& value) { m_incomingTranslationAttributesHasBeenSet =
true; m_incomingTranslationAttributes = std::forward<IncomingTranslationAttributesT>(value); }
76 template<
typename IncomingTranslationAttributesT = TranslationIsoFormats>
87 template<
typename OutgoingTranslationAttributesT = TranslationIsoFormats>
88 void SetOutgoingTranslationAttributes(OutgoingTranslationAttributesT&& value) { m_outgoingTranslationAttributesHasBeenSet =
true; m_outgoingTranslationAttributes = std::forward<OutgoingTranslationAttributesT>(value); }
89 template<
typename OutgoingTranslationAttributesT = TranslationIsoFormats>
100 template<
typename EncryptedPinBlockT = Aws::String>
101 void SetEncryptedPinBlock(EncryptedPinBlockT&& value) { m_encryptedPinBlockHasBeenSet =
true; m_encryptedPinBlock = std::forward<EncryptedPinBlockT>(value); }
102 template<
typename EncryptedPinBlockT = Aws::String>
113 template<
typename IncomingDukptAttributesT = DukptDerivationAttributes>
114 void SetIncomingDukptAttributes(IncomingDukptAttributesT&& value) { m_incomingDukptAttributesHasBeenSet =
true; m_incomingDukptAttributes = std::forward<IncomingDukptAttributesT>(value); }
115 template<
typename IncomingDukptAttributesT = DukptDerivationAttributes>
126 template<
typename OutgoingDukptAttributesT = DukptDerivationAttributes>
127 void SetOutgoingDukptAttributes(OutgoingDukptAttributesT&& value) { m_outgoingDukptAttributesHasBeenSet =
true; m_outgoingDukptAttributes = std::forward<OutgoingDukptAttributesT>(value); }
128 template<
typename OutgoingDukptAttributesT = DukptDerivationAttributes>
139 template<
typename IncomingWrappedKeyT = WrappedKey>
140 void SetIncomingWrappedKey(IncomingWrappedKeyT&& value) { m_incomingWrappedKeyHasBeenSet =
true; m_incomingWrappedKey = std::forward<IncomingWrappedKeyT>(value); }
141 template<
typename IncomingWrappedKeyT = WrappedKey>
152 template<
typename OutgoingWrappedKeyT = WrappedKey>
153 void SetOutgoingWrappedKey(OutgoingWrappedKeyT&& value) { m_outgoingWrappedKeyHasBeenSet =
true; m_outgoingWrappedKey = std::forward<OutgoingWrappedKeyT>(value); }
154 template<
typename OutgoingWrappedKeyT = WrappedKey>
160 bool m_incomingKeyIdentifierHasBeenSet =
false;
163 bool m_outgoingKeyIdentifierHasBeenSet =
false;
166 bool m_incomingTranslationAttributesHasBeenSet =
false;
169 bool m_outgoingTranslationAttributesHasBeenSet =
false;
172 bool m_encryptedPinBlockHasBeenSet =
false;
175 bool m_incomingDukptAttributesHasBeenSet =
false;
178 bool m_outgoingDukptAttributesHasBeenSet =
false;
181 bool m_incomingWrappedKeyHasBeenSet =
false;
184 bool m_outgoingWrappedKeyHasBeenSet =
false;
const Aws::String & GetIncomingKeyIdentifier() const
TranslatePinDataRequest & WithIncomingTranslationAttributes(IncomingTranslationAttributesT &&value)
const Aws::String & GetEncryptedPinBlock() const
TranslatePinDataRequest & WithOutgoingDukptAttributes(OutgoingDukptAttributesT &&value)
void SetIncomingWrappedKey(IncomingWrappedKeyT &&value)
virtual const char * GetServiceRequestName() const override
void SetIncomingDukptAttributes(IncomingDukptAttributesT &&value)
void SetOutgoingTranslationAttributes(OutgoingTranslationAttributesT &&value)
bool IncomingWrappedKeyHasBeenSet() const
const DukptDerivationAttributes & GetIncomingDukptAttributes() const
bool OutgoingWrappedKeyHasBeenSet() const
bool EncryptedPinBlockHasBeenSet() const
TranslatePinDataRequest & WithOutgoingTranslationAttributes(OutgoingTranslationAttributesT &&value)
const WrappedKey & GetOutgoingWrappedKey() const
void SetOutgoingKeyIdentifier(OutgoingKeyIdentifierT &&value)
bool OutgoingDukptAttributesHasBeenSet() const
const DukptDerivationAttributes & GetOutgoingDukptAttributes() const
void SetEncryptedPinBlock(EncryptedPinBlockT &&value)
const TranslationIsoFormats & GetOutgoingTranslationAttributes() const
bool OutgoingKeyIdentifierHasBeenSet() const
void SetIncomingKeyIdentifier(IncomingKeyIdentifierT &&value)
void SetOutgoingWrappedKey(OutgoingWrappedKeyT &&value)
const Aws::String & GetOutgoingKeyIdentifier() const
bool IncomingKeyIdentifierHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataRequest()=default
void SetOutgoingDukptAttributes(OutgoingDukptAttributesT &&value)
bool IncomingDukptAttributesHasBeenSet() const
const WrappedKey & GetIncomingWrappedKey() const
const TranslationIsoFormats & GetIncomingTranslationAttributes() const
TranslatePinDataRequest & WithIncomingKeyIdentifier(IncomingKeyIdentifierT &&value)
TranslatePinDataRequest & WithIncomingDukptAttributes(IncomingDukptAttributesT &&value)
bool IncomingTranslationAttributesHasBeenSet() const
TranslatePinDataRequest & WithOutgoingKeyIdentifier(OutgoingKeyIdentifierT &&value)
TranslatePinDataRequest & WithEncryptedPinBlock(EncryptedPinBlockT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
TranslatePinDataRequest & WithOutgoingWrappedKey(OutgoingWrappedKeyT &&value)
TranslatePinDataRequest & WithIncomingWrappedKey(IncomingWrappedKeyT &&value)
void SetIncomingTranslationAttributes(IncomingTranslationAttributesT &&value)
bool OutgoingTranslationAttributesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String