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
50 template<
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
51 void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT&& value) { m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
true; m_certificateAuthorityPublicKeyIdentifier = std::forward<CertificateAuthorityPublicKeyIdentifierT>(value); }
52 template<
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
63 template<
typename WrappingKeyCertificateT = Aws::String>
64 void SetWrappingKeyCertificate(WrappingKeyCertificateT&& value) { m_wrappingKeyCertificateHasBeenSet =
true; m_wrappingKeyCertificate = std::forward<WrappingKeyCertificateT>(value); }
65 template<
typename WrappingKeyCertificateT = Aws::String>
80 template<
typename ExportTokenT = Aws::String>
81 void SetExportToken(ExportTokenT&& value) { m_exportTokenHasBeenSet =
true; m_exportToken = std::forward<ExportTokenT>(value); }
82 template<
typename ExportTokenT = Aws::String>
105 template<
typename RandomNonceT = Aws::String>
106 void SetRandomNonce(RandomNonceT&& value) { m_randomNonceHasBeenSet =
true; m_randomNonce = std::forward<RandomNonceT>(value); }
107 template<
typename RandomNonceT = Aws::String>
118 template<
typename KeyBlockHeadersT = KeyBlockHeaders>
119 void SetKeyBlockHeaders(KeyBlockHeadersT&& value) { m_keyBlockHeadersHasBeenSet =
true; m_keyBlockHeaders = std::forward<KeyBlockHeadersT>(value); }
120 template<
typename KeyBlockHeadersT = KeyBlockHeaders>
125 Aws::String m_certificateAuthorityPublicKeyIdentifier;
126 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
129 bool m_wrappingKeyCertificateHasBeenSet =
false;
132 bool m_exportTokenHasBeenSet =
false;
135 bool m_keyBlockFormatHasBeenSet =
false;
138 bool m_randomNonceHasBeenSet =
false;
140 KeyBlockHeaders m_keyBlockHeaders;
141 bool m_keyBlockHeadersHasBeenSet =
false;
ExportTr34KeyBlock & WithKeyBlockHeaders(KeyBlockHeadersT &&value)
void SetWrappingKeyCertificate(WrappingKeyCertificateT &&value)
const Aws::String & GetExportToken() const
bool KeyBlockFormatHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr34KeyBlock(Aws::Utils::Json::JsonView jsonValue)
ExportTr34KeyBlock & WithExportToken(ExportTokenT &&value)
ExportTr34KeyBlock & WithRandomNonce(RandomNonceT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr34KeyBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportTr34KeyBlock & WithCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
void SetKeyBlockHeaders(KeyBlockHeadersT &&value)
void SetKeyBlockFormat(Tr34KeyBlockFormat value)
bool RandomNonceHasBeenSet() const
const KeyBlockHeaders & GetKeyBlockHeaders() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr34KeyBlock()=default
const Aws::String & GetWrappingKeyCertificate() const
void SetRandomNonce(RandomNonceT &&value)
ExportTr34KeyBlock & WithWrappingKeyCertificate(WrappingKeyCertificateT &&value)
bool ExportTokenHasBeenSet() const
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
const Aws::String & GetRandomNonce() const
void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
bool KeyBlockHeadersHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
Tr34KeyBlockFormat GetKeyBlockFormat() const
void SetExportToken(ExportTokenT &&value)
bool WrappingKeyCertificateHasBeenSet() const
ExportTr34KeyBlock & WithKeyBlockFormat(Tr34KeyBlockFormat value)
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue