7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/KeyAttributes.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace PaymentCryptography
64 inline void SetPublicKeyCertificate(
const char* value) { m_publicKeyCertificateHasBeenSet =
true; m_publicKeyCertificate.assign(value); }
87 bool m_keyAttributesHasBeenSet =
false;
90 bool m_publicKeyCertificateHasBeenSet =
false;
92 Aws::String m_certificateAuthorityPublicKeyIdentifier;
93 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
TrustedCertificatePublicKey & WithPublicKeyCertificate(Aws::String &&value)
void SetKeyAttributes(KeyAttributes &&value)
TrustedCertificatePublicKey & WithCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHY_API TrustedCertificatePublicKey()
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
void SetPublicKeyCertificate(const char *value)
bool KeyAttributesHasBeenSet() const
TrustedCertificatePublicKey & WithKeyAttributes(KeyAttributes &&value)
TrustedCertificatePublicKey & WithPublicKeyCertificate(const Aws::String &value)
void SetCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
void SetKeyAttributes(const KeyAttributes &value)
void SetCertificateAuthorityPublicKeyIdentifier(const char *value)
const Aws::String & GetPublicKeyCertificate() const
TrustedCertificatePublicKey & WithKeyAttributes(const KeyAttributes &value)
TrustedCertificatePublicKey & WithCertificateAuthorityPublicKeyIdentifier(const char *value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
void SetPublicKeyCertificate(Aws::String &&value)
void SetCertificateAuthorityPublicKeyIdentifier(Aws::String &&value)
const KeyAttributes & GetKeyAttributes() const
AWS_PAYMENTCRYPTOGRAPHY_API TrustedCertificatePublicKey(Aws::Utils::Json::JsonView jsonValue)
bool PublicKeyCertificateHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API TrustedCertificatePublicKey & operator=(Aws::Utils::Json::JsonView jsonValue)
TrustedCertificatePublicKey & WithPublicKeyCertificate(const char *value)
TrustedCertificatePublicKey & WithCertificateAuthorityPublicKeyIdentifier(const Aws::String &value)
void SetPublicKeyCertificate(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue