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
61 inline void SetExportKeyIdentifier(
const char* value) { m_exportKeyIdentifierHasBeenSet =
true; m_exportKeyIdentifier.assign(value); }
81 bool m_keyMaterialHasBeenSet =
false;
84 bool m_exportKeyIdentifierHasBeenSet =
false;
87 bool m_exportAttributesHasBeenSet =
false;
ExportKeyRequest & WithExportKeyIdentifier(const char *value)
ExportKeyRequest & WithExportAttributes(const ExportAttributes &value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
const ExportKeyMaterial & GetKeyMaterial() const
bool ExportAttributesHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const ExportAttributes & GetExportAttributes() const
ExportKeyRequest & WithKeyMaterial(const ExportKeyMaterial &value)
bool KeyMaterialHasBeenSet() const
void SetExportKeyIdentifier(const Aws::String &value)
void SetKeyMaterial(const ExportKeyMaterial &value)
const Aws::String & GetExportKeyIdentifier() const
void SetExportKeyIdentifier(const char *value)
ExportKeyRequest & WithExportKeyIdentifier(Aws::String &&value)
ExportKeyRequest & WithExportKeyIdentifier(const Aws::String &value)
ExportKeyRequest & WithKeyMaterial(ExportKeyMaterial &&value)
void SetKeyMaterial(ExportKeyMaterial &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyRequest()
void SetExportAttributes(const ExportAttributes &value)
virtual const char * GetServiceRequestName() const override
ExportKeyRequest & WithExportAttributes(ExportAttributes &&value)
bool ExportKeyIdentifierHasBeenSet() const
void SetExportAttributes(ExportAttributes &&value)
void SetExportKeyIdentifier(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String