7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography/model/Tr34KeyBlockFormat.h>
10#include <aws/payment-cryptography/model/KeyBlockHeaders.h>
23namespace PaymentCryptography
67 inline void SetWrappingKeyCertificate(
const char* value) { m_wrappingKeyCertificateHasBeenSet =
true; m_wrappingKeyCertificate.assign(value); }
86 inline void SetExportToken(
const char* value) { m_exportTokenHasBeenSet =
true; m_exportToken.assign(value); }
115 inline void SetRandomNonce(
const char* value) { m_randomNonceHasBeenSet =
true; m_randomNonce.assign(value); }
135 Aws::String m_certificateAuthorityPublicKeyIdentifier;
136 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
139 bool m_wrappingKeyCertificateHasBeenSet =
false;
142 bool m_exportTokenHasBeenSet =
false;
145 bool m_keyBlockFormatHasBeenSet =
false;
148 bool m_randomNonceHasBeenSet =
false;
151 bool m_keyBlockHeadersHasBeenSet =
false;
ExportTr34KeyBlock & WithRandomNonce(Aws::String &&value)
ExportTr34KeyBlock & WithExportToken(const Aws::String &value)
ExportTr34KeyBlock & WithKeyBlockHeaders(const KeyBlockHeaders &value)
ExportTr34KeyBlock & WithWrappingKeyCertificate(const char *value)
void SetRandomNonce(const char *value)
const Aws::String & GetExportToken() const
bool KeyBlockFormatHasBeenSet() const
ExportTr34KeyBlock & WithWrappingKeyCertificate(Aws::String &&value)
void SetExportToken(Aws::String &&value)
void SetCertificateAuthorityPublicKeyIdentifier(const char *value)
ExportTr34KeyBlock & WithCertificateAuthorityPublicKeyIdentifier(const char *value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr34KeyBlock(Aws::Utils::Json::JsonView jsonValue)
ExportTr34KeyBlock & WithRandomNonce(const Aws::String &value)
void SetKeyBlockHeaders(KeyBlockHeaders &&value)
void SetKeyBlockHeaders(const KeyBlockHeaders &value)
void SetWrappingKeyCertificate(const char *value)
void SetCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
void SetKeyBlockFormat(Tr34KeyBlockFormat &&value)
ExportTr34KeyBlock & WithKeyBlockHeaders(KeyBlockHeaders &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr34KeyBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportTr34KeyBlock & WithWrappingKeyCertificate(const Aws::String &value)
void SetWrappingKeyCertificate(Aws::String &&value)
bool RandomNonceHasBeenSet() const
ExportTr34KeyBlock & WithCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
const KeyBlockHeaders & GetKeyBlockHeaders() const
ExportTr34KeyBlock & WithExportToken(Aws::String &&value)
const Aws::String & GetWrappingKeyCertificate() const
void SetCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
ExportTr34KeyBlock & WithExportToken(const char *value)
bool ExportTokenHasBeenSet() const
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
const Aws::String & GetRandomNonce() const
void SetKeyBlockFormat(const Tr34KeyBlockFormat &value)
void SetExportToken(const char *value)
bool KeyBlockHeadersHasBeenSet() const
ExportTr34KeyBlock & WithCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
const Tr34KeyBlockFormat & GetKeyBlockFormat() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
ExportTr34KeyBlock & WithKeyBlockFormat(const Tr34KeyBlockFormat &value)
void SetRandomNonce(Aws::String &&value)
bool WrappingKeyCertificateHasBeenSet() const
void SetRandomNonce(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr34KeyBlock()
void SetExportToken(const Aws::String &value)
ExportTr34KeyBlock & WithRandomNonce(const char *value)
void SetWrappingKeyCertificate(const Aws::String &value)
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
ExportTr34KeyBlock & WithKeyBlockFormat(Tr34KeyBlockFormat &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue