AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TranslatePinDataRequest.h
1
6#pragma once
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>
13#include <utility>
14
15namespace Aws
16{
17namespace PaymentCryptographyData
18{
19namespace Model
20{
21
25 {
26 public:
27 AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataRequest();
28
29 // Service request name is the Operation name which will send this request out,
30 // each operation should has unique request name, so that we can get operation's name from this request.
31 // Note: this is not true for response, multiple operations may have the same response name,
32 // so we can not get operation's name from response.
33 inline virtual const char* GetServiceRequestName() const override { return "TranslatePinData"; }
34
35 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override;
36
37
39
45 inline const Aws::String& GetIncomingKeyIdentifier() const{ return m_incomingKeyIdentifier; }
46 inline bool IncomingKeyIdentifierHasBeenSet() const { return m_incomingKeyIdentifierHasBeenSet; }
47 inline void SetIncomingKeyIdentifier(const Aws::String& value) { m_incomingKeyIdentifierHasBeenSet = true; m_incomingKeyIdentifier = value; }
48 inline void SetIncomingKeyIdentifier(Aws::String&& value) { m_incomingKeyIdentifierHasBeenSet = true; m_incomingKeyIdentifier = std::move(value); }
49 inline void SetIncomingKeyIdentifier(const char* value) { m_incomingKeyIdentifierHasBeenSet = true; m_incomingKeyIdentifier.assign(value); }
52 inline TranslatePinDataRequest& WithIncomingKeyIdentifier(const char* value) { SetIncomingKeyIdentifier(value); return *this;}
54
56
61 inline const Aws::String& GetOutgoingKeyIdentifier() const{ return m_outgoingKeyIdentifier; }
62 inline bool OutgoingKeyIdentifierHasBeenSet() const { return m_outgoingKeyIdentifierHasBeenSet; }
63 inline void SetOutgoingKeyIdentifier(const Aws::String& value) { m_outgoingKeyIdentifierHasBeenSet = true; m_outgoingKeyIdentifier = value; }
64 inline void SetOutgoingKeyIdentifier(Aws::String&& value) { m_outgoingKeyIdentifierHasBeenSet = true; m_outgoingKeyIdentifier = std::move(value); }
65 inline void SetOutgoingKeyIdentifier(const char* value) { m_outgoingKeyIdentifierHasBeenSet = true; m_outgoingKeyIdentifier.assign(value); }
68 inline TranslatePinDataRequest& WithOutgoingKeyIdentifier(const char* value) { SetOutgoingKeyIdentifier(value); return *this;}
70
72
76 inline const TranslationIsoFormats& GetIncomingTranslationAttributes() const{ return m_incomingTranslationAttributes; }
77 inline bool IncomingTranslationAttributesHasBeenSet() const { return m_incomingTranslationAttributesHasBeenSet; }
78 inline void SetIncomingTranslationAttributes(const TranslationIsoFormats& value) { m_incomingTranslationAttributesHasBeenSet = true; m_incomingTranslationAttributes = value; }
79 inline void SetIncomingTranslationAttributes(TranslationIsoFormats&& value) { m_incomingTranslationAttributesHasBeenSet = true; m_incomingTranslationAttributes = std::move(value); }
83
85
89 inline const TranslationIsoFormats& GetOutgoingTranslationAttributes() const{ return m_outgoingTranslationAttributes; }
90 inline bool OutgoingTranslationAttributesHasBeenSet() const { return m_outgoingTranslationAttributesHasBeenSet; }
91 inline void SetOutgoingTranslationAttributes(const TranslationIsoFormats& value) { m_outgoingTranslationAttributesHasBeenSet = true; m_outgoingTranslationAttributes = value; }
92 inline void SetOutgoingTranslationAttributes(TranslationIsoFormats&& value) { m_outgoingTranslationAttributesHasBeenSet = true; m_outgoingTranslationAttributes = std::move(value); }
96
98
102 inline const Aws::String& GetEncryptedPinBlock() const{ return m_encryptedPinBlock; }
103 inline bool EncryptedPinBlockHasBeenSet() const { return m_encryptedPinBlockHasBeenSet; }
104 inline void SetEncryptedPinBlock(const Aws::String& value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock = value; }
105 inline void SetEncryptedPinBlock(Aws::String&& value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock = std::move(value); }
106 inline void SetEncryptedPinBlock(const char* value) { m_encryptedPinBlockHasBeenSet = true; m_encryptedPinBlock.assign(value); }
108 inline TranslatePinDataRequest& WithEncryptedPinBlock(Aws::String&& value) { SetEncryptedPinBlock(std::move(value)); return *this;}
109 inline TranslatePinDataRequest& WithEncryptedPinBlock(const char* value) { SetEncryptedPinBlock(value); return *this;}
111
113
117 inline const DukptDerivationAttributes& GetIncomingDukptAttributes() const{ return m_incomingDukptAttributes; }
118 inline bool IncomingDukptAttributesHasBeenSet() const { return m_incomingDukptAttributesHasBeenSet; }
119 inline void SetIncomingDukptAttributes(const DukptDerivationAttributes& value) { m_incomingDukptAttributesHasBeenSet = true; m_incomingDukptAttributes = value; }
120 inline void SetIncomingDukptAttributes(DukptDerivationAttributes&& value) { m_incomingDukptAttributesHasBeenSet = true; m_incomingDukptAttributes = std::move(value); }
124
126
130 inline const DukptDerivationAttributes& GetOutgoingDukptAttributes() const{ return m_outgoingDukptAttributes; }
131 inline bool OutgoingDukptAttributesHasBeenSet() const { return m_outgoingDukptAttributesHasBeenSet; }
132 inline void SetOutgoingDukptAttributes(const DukptDerivationAttributes& value) { m_outgoingDukptAttributesHasBeenSet = true; m_outgoingDukptAttributes = value; }
133 inline void SetOutgoingDukptAttributes(DukptDerivationAttributes&& value) { m_outgoingDukptAttributesHasBeenSet = true; m_outgoingDukptAttributes = std::move(value); }
137
139
143 inline const WrappedKey& GetIncomingWrappedKey() const{ return m_incomingWrappedKey; }
144 inline bool IncomingWrappedKeyHasBeenSet() const { return m_incomingWrappedKeyHasBeenSet; }
145 inline void SetIncomingWrappedKey(const WrappedKey& value) { m_incomingWrappedKeyHasBeenSet = true; m_incomingWrappedKey = value; }
146 inline void SetIncomingWrappedKey(WrappedKey&& value) { m_incomingWrappedKeyHasBeenSet = true; m_incomingWrappedKey = std::move(value); }
148 inline TranslatePinDataRequest& WithIncomingWrappedKey(WrappedKey&& value) { SetIncomingWrappedKey(std::move(value)); return *this;}
150
152
156 inline const WrappedKey& GetOutgoingWrappedKey() const{ return m_outgoingWrappedKey; }
157 inline bool OutgoingWrappedKeyHasBeenSet() const { return m_outgoingWrappedKeyHasBeenSet; }
158 inline void SetOutgoingWrappedKey(const WrappedKey& value) { m_outgoingWrappedKeyHasBeenSet = true; m_outgoingWrappedKey = value; }
159 inline void SetOutgoingWrappedKey(WrappedKey&& value) { m_outgoingWrappedKeyHasBeenSet = true; m_outgoingWrappedKey = std::move(value); }
161 inline TranslatePinDataRequest& WithOutgoingWrappedKey(WrappedKey&& value) { SetOutgoingWrappedKey(std::move(value)); return *this;}
163 private:
164
165 Aws::String m_incomingKeyIdentifier;
166 bool m_incomingKeyIdentifierHasBeenSet = false;
167
168 Aws::String m_outgoingKeyIdentifier;
169 bool m_outgoingKeyIdentifierHasBeenSet = false;
170
171 TranslationIsoFormats m_incomingTranslationAttributes;
172 bool m_incomingTranslationAttributesHasBeenSet = false;
173
174 TranslationIsoFormats m_outgoingTranslationAttributes;
175 bool m_outgoingTranslationAttributesHasBeenSet = false;
176
177 Aws::String m_encryptedPinBlock;
178 bool m_encryptedPinBlockHasBeenSet = false;
179
180 DukptDerivationAttributes m_incomingDukptAttributes;
181 bool m_incomingDukptAttributesHasBeenSet = false;
182
183 DukptDerivationAttributes m_outgoingDukptAttributes;
184 bool m_outgoingDukptAttributesHasBeenSet = false;
185
186 WrappedKey m_incomingWrappedKey;
187 bool m_incomingWrappedKeyHasBeenSet = false;
188
189 WrappedKey m_outgoingWrappedKey;
190 bool m_outgoingWrappedKeyHasBeenSet = false;
191 };
192
193} // namespace Model
194} // namespace PaymentCryptographyData
195} // namespace Aws
void SetIncomingDukptAttributes(const DukptDerivationAttributes &value)
TranslatePinDataRequest & WithIncomingKeyIdentifier(Aws::String &&value)
TranslatePinDataRequest & WithOutgoingTranslationAttributes(const TranslationIsoFormats &value)
TranslatePinDataRequest & WithOutgoingTranslationAttributes(TranslationIsoFormats &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataRequest()
TranslatePinDataRequest & WithIncomingTranslationAttributes(TranslationIsoFormats &&value)
TranslatePinDataRequest & WithIncomingDukptAttributes(DukptDerivationAttributes &&value)
TranslatePinDataRequest & WithOutgoingKeyIdentifier(const char *value)
const DukptDerivationAttributes & GetIncomingDukptAttributes() const
TranslatePinDataRequest & WithIncomingTranslationAttributes(const TranslationIsoFormats &value)
const DukptDerivationAttributes & GetOutgoingDukptAttributes() const
TranslatePinDataRequest & WithOutgoingKeyIdentifier(const Aws::String &value)
TranslatePinDataRequest & WithIncomingKeyIdentifier(const char *value)
TranslatePinDataRequest & WithIncomingKeyIdentifier(const Aws::String &value)
TranslatePinDataRequest & WithOutgoingWrappedKey(const WrappedKey &value)
void SetIncomingTranslationAttributes(const TranslationIsoFormats &value)
void SetOutgoingTranslationAttributes(const TranslationIsoFormats &value)
TranslatePinDataRequest & WithOutgoingDukptAttributes(DukptDerivationAttributes &&value)
TranslatePinDataRequest & WithIncomingWrappedKey(const WrappedKey &value)
TranslatePinDataRequest & WithOutgoingKeyIdentifier(Aws::String &&value)
TranslatePinDataRequest & WithEncryptedPinBlock(const char *value)
TranslatePinDataRequest & WithIncomingWrappedKey(WrappedKey &&value)
TranslatePinDataRequest & WithOutgoingWrappedKey(WrappedKey &&value)
TranslatePinDataRequest & WithOutgoingDukptAttributes(const DukptDerivationAttributes &value)
TranslatePinDataRequest & WithEncryptedPinBlock(Aws::String &&value)
TranslatePinDataRequest & WithIncomingDukptAttributes(const DukptDerivationAttributes &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
TranslatePinDataRequest & WithEncryptedPinBlock(const Aws::String &value)
void SetOutgoingDukptAttributes(const DukptDerivationAttributes &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String