7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
10#include <aws/payment-cryptography/model/ExportAttributes.h>
11#include <aws/payment-cryptography/model/ExportKeyMaterial.h>
16namespace PaymentCryptography {
42 template <
typename KeyMaterialT = ExportKeyMaterial>
44 m_keyMaterialHasBeenSet =
true;
45 m_keyMaterial = std::forward<KeyMaterialT>(value);
47 template <
typename KeyMaterialT = ExportKeyMaterial>
61 template <
typename ExportKeyIdentifierT = Aws::String>
63 m_exportKeyIdentifierHasBeenSet =
true;
64 m_exportKeyIdentifier = std::forward<ExportKeyIdentifierT>(value);
66 template <
typename ExportKeyIdentifierT = Aws::String>
79 template <
typename ExportAttributesT = ExportAttributes>
81 m_exportAttributesHasBeenSet =
true;
82 m_exportAttributes = std::forward<ExportAttributesT>(value);
84 template <
typename ExportAttributesT = ExportAttributes>
96 bool m_keyMaterialHasBeenSet =
false;
97 bool m_exportKeyIdentifierHasBeenSet =
false;
98 bool m_exportAttributesHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
const ExportKeyMaterial & GetKeyMaterial() const
bool ExportAttributesHasBeenSet() const
void SetExportKeyIdentifier(ExportKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const ExportAttributes & GetExportAttributes() const
void SetKeyMaterial(KeyMaterialT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyRequest()=default
bool KeyMaterialHasBeenSet() const
const Aws::String & GetExportKeyIdentifier() const
void SetExportAttributes(ExportAttributesT &&value)
ExportKeyRequest & WithExportAttributes(ExportAttributesT &&value)
ExportKeyRequest & WithExportKeyIdentifier(ExportKeyIdentifierT &&value)
ExportKeyRequest & WithKeyMaterial(KeyMaterialT &&value)
virtual const char * GetServiceRequestName() const override
bool ExportKeyIdentifierHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String