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
49 template<
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
50 void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT&& value) { m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
true; m_certificateAuthorityPublicKeyIdentifier = std::forward<CertificateAuthorityPublicKeyIdentifierT>(value); }
51 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 Aws::String m_certificateAuthorityPublicKeyIdentifier;
81 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
84 bool m_wrappingKeyCertificateHasBeenSet =
false;
87 bool m_wrappingSpecHasBeenSet =
false;
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyCryptogram()=default
bool WrappingKeyCertificateHasBeenSet() const
void SetWrappingKeyCertificate(WrappingKeyCertificateT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyCryptogram & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportKeyCryptogram & WithWrappingSpec(WrappingKeySpec value)
void SetWrappingSpec(WrappingKeySpec value)
ExportKeyCryptogram & WithWrappingKeyCertificate(WrappingKeyCertificateT &&value)
bool WrappingSpecHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyCryptogram(Aws::Utils::Json::JsonView jsonValue)
void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
ExportKeyCryptogram & WithCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
WrappingKeySpec GetWrappingSpec() const
const Aws::String & GetWrappingKeyCertificate() const
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue