7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/model/ExportKeyMaterial.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/payment-cryptography/model/ExportAttributes.h>
16namespace PaymentCryptography
46 template<
typename KeyMaterialT = ExportKeyMaterial>
47 void SetKeyMaterial(KeyMaterialT&& value) { m_keyMaterialHasBeenSet =
true; m_keyMaterial = std::forward<KeyMaterialT>(value); }
48 template<
typename KeyMaterialT = ExportKeyMaterial>
59 template<
typename ExportKeyIdentifierT = Aws::String>
60 void SetExportKeyIdentifier(ExportKeyIdentifierT&& value) { m_exportKeyIdentifierHasBeenSet =
true; m_exportKeyIdentifier = std::forward<ExportKeyIdentifierT>(value); }
61 template<
typename ExportKeyIdentifierT = Aws::String>
71 template<
typename ExportAttributesT = ExportAttributes>
72 void SetExportAttributes(ExportAttributesT&& value) { m_exportAttributesHasBeenSet =
true; m_exportAttributes = std::forward<ExportAttributesT>(value); }
73 template<
typename ExportAttributesT = ExportAttributes>
79 bool m_keyMaterialHasBeenSet =
false;
82 bool m_exportKeyIdentifierHasBeenSet =
false;
85 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