7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography/model/WrappingKeySpec.h>
22namespace PaymentCryptography
67 inline void SetWrappingKeyCertificate(
const char* value) { m_wrappingKeyCertificateHasBeenSet =
true; m_wrappingKeyCertificate.assign(value); }
86 Aws::String m_certificateAuthorityPublicKeyIdentifier;
87 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
90 bool m_wrappingKeyCertificateHasBeenSet =
false;
93 bool m_wrappingSpecHasBeenSet =
false;
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
void SetWrappingSpec(WrappingKeySpec &&value)
void SetCertificateAuthorityPublicKeyIdentifier(const char *value)
bool WrappingKeyCertificateHasBeenSet() const
void SetCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyCryptogram & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWrappingSpec(const WrappingKeySpec &value)
ExportKeyCryptogram & WithWrappingKeyCertificate(const char *value)
const WrappingKeySpec & GetWrappingSpec() const
ExportKeyCryptogram & WithWrappingSpec(const WrappingKeySpec &value)
ExportKeyCryptogram & WithWrappingSpec(WrappingKeySpec &&value)
void SetCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
ExportKeyCryptogram & WithWrappingKeyCertificate(Aws::String &&value)
bool WrappingSpecHasBeenSet() const
ExportKeyCryptogram & WithCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
void SetWrappingKeyCertificate(const char *value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyCryptogram(Aws::Utils::Json::JsonView jsonValue)
ExportKeyCryptogram & WithCertificateAuthorityPublicKeyIdentifier(const char *value)
ExportKeyCryptogram & WithWrappingKeyCertificate(const Aws::String &value)
void SetWrappingKeyCertificate(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyCryptogram()
const Aws::String & GetWrappingKeyCertificate() const
ExportKeyCryptogram & WithCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
void SetWrappingKeyCertificate(const Aws::String &value)
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue