7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9#include <aws/payment-cryptography/model/WrappingKeySpec.h>
20namespace PaymentCryptography {
43 template <
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
45 m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
true;
46 m_certificateAuthorityPublicKeyIdentifier = std::forward<CertificateAuthorityPublicKeyIdentifierT>(value);
48 template <
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
63 template <
typename WrappingKeyCertificateT = Aws::String>
65 m_wrappingKeyCertificateHasBeenSet =
true;
66 m_wrappingKeyCertificate = std::forward<WrappingKeyCertificateT>(value);
68 template <
typename WrappingKeyCertificateT = Aws::String>
82 m_wrappingSpecHasBeenSet =
true;
83 m_wrappingSpec = value;
91 Aws::String m_certificateAuthorityPublicKeyIdentifier;
96 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
97 bool m_wrappingKeyCertificateHasBeenSet =
false;
98 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