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>
22namespace PaymentCryptography
66 inline void SetSigningKeyCertificate(
const char* value) { m_signingKeyCertificateHasBeenSet =
true; m_signingKeyCertificate.assign(value); }
83 inline void SetImportToken(
const char* value) { m_importTokenHasBeenSet =
true; m_importToken.assign(value); }
97 inline void SetWrappedKeyBlock(
const char* value) { m_wrappedKeyBlockHasBeenSet =
true; m_wrappedKeyBlock.assign(value); }
126 inline void SetRandomNonce(
const char* value) { m_randomNonceHasBeenSet =
true; m_randomNonce.assign(value); }
133 Aws::String m_certificateAuthorityPublicKeyIdentifier;
134 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
137 bool m_signingKeyCertificateHasBeenSet =
false;
140 bool m_importTokenHasBeenSet =
false;
143 bool m_wrappedKeyBlockHasBeenSet =
false;
146 bool m_keyBlockFormatHasBeenSet =
false;
149 bool m_randomNonceHasBeenSet =
false;
void SetCertificateAuthorityPublicKeyIdentifier(const char *value)
ImportTr34KeyBlock & WithRandomNonce(const char *value)
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
ImportTr34KeyBlock & WithWrappedKeyBlock(const Aws::String &value)
void SetImportToken(const Aws::String &value)
ImportTr34KeyBlock & WithCertificateAuthorityPublicKeyIdentifier(const char *value)
ImportTr34KeyBlock & WithCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
ImportTr34KeyBlock & WithCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
ImportTr34KeyBlock & WithSigningKeyCertificate(Aws::String &&value)
ImportTr34KeyBlock & WithRandomNonce(Aws::String &&value)
bool RandomNonceHasBeenSet() const
bool SigningKeyCertificateHasBeenSet() const
void SetRandomNonce(Aws::String &&value)
void SetImportToken(Aws::String &&value)
void SetSigningKeyCertificate(Aws::String &&value)
ImportTr34KeyBlock & WithRandomNonce(const Aws::String &value)
ImportTr34KeyBlock & WithImportToken(Aws::String &&value)
const Aws::String & GetImportToken() const
void SetWrappedKeyBlock(const char *value)
ImportTr34KeyBlock & WithSigningKeyCertificate(const Aws::String &value)
ImportTr34KeyBlock & WithImportToken(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr34KeyBlock(Aws::Utils::Json::JsonView jsonValue)
bool ImportTokenHasBeenSet() const
const Tr34KeyBlockFormat & GetKeyBlockFormat() const
void SetImportToken(const char *value)
void SetSigningKeyCertificate(const char *value)
void SetWrappedKeyBlock(const Aws::String &value)
ImportTr34KeyBlock & WithKeyBlockFormat(Tr34KeyBlockFormat &&value)
const Aws::String & GetWrappedKeyBlock() const
const Aws::String & GetSigningKeyCertificate() const
const Aws::String & GetRandomNonce() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
ImportTr34KeyBlock & WithKeyBlockFormat(const Tr34KeyBlockFormat &value)
void SetRandomNonce(const Aws::String &value)
bool KeyBlockFormatHasBeenSet() const
ImportTr34KeyBlock & WithWrappedKeyBlock(const char *value)
void SetKeyBlockFormat(const Tr34KeyBlockFormat &value)
ImportTr34KeyBlock & WithSigningKeyCertificate(const char *value)
void SetSigningKeyCertificate(const Aws::String &value)
ImportTr34KeyBlock & WithImportToken(const char *value)
void SetWrappedKeyBlock(Aws::String &&value)
void SetCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
bool WrappedKeyBlockHasBeenSet() const
void SetKeyBlockFormat(Tr34KeyBlockFormat &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr34KeyBlock()
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr34KeyBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
ImportTr34KeyBlock & WithWrappedKeyBlock(Aws::String &&value)
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
void SetRandomNonce(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue