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
50 template<
typename KeyAttributesT = KeyAttributes>
51 void SetKeyAttributes(KeyAttributesT&& value) { m_keyAttributesHasBeenSet =
true; m_keyAttributes = std::forward<KeyAttributesT>(value); }
52 template<
typename KeyAttributesT = KeyAttributes>
62 template<
typename PublicKeyCertificateT = Aws::String>
63 void SetPublicKeyCertificate(PublicKeyCertificateT&& value) { m_publicKeyCertificateHasBeenSet =
true; m_publicKeyCertificate = std::forward<PublicKeyCertificateT>(value); }
64 template<
typename PublicKeyCertificateT = Aws::String>
75 template<
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
76 void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT&& value) { m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
true; m_certificateAuthorityPublicKeyIdentifier = std::forward<CertificateAuthorityPublicKeyIdentifierT>(value); }
77 template<
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
83 bool m_keyAttributesHasBeenSet =
false;
86 bool m_publicKeyCertificateHasBeenSet =
false;
88 Aws::String m_certificateAuthorityPublicKeyIdentifier;
89 bool m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
false;
void SetPublicKeyCertificate(PublicKeyCertificateT &&value)
const Aws::String & GetCertificateAuthorityPublicKeyIdentifier() const
TrustedCertificatePublicKey & WithKeyAttributes(KeyAttributesT &&value)
bool KeyAttributesHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API TrustedCertificatePublicKey()=default
const Aws::String & GetPublicKeyCertificate() const
TrustedCertificatePublicKey & WithCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
TrustedCertificatePublicKey & WithPublicKeyCertificate(PublicKeyCertificateT &&value)
bool CertificateAuthorityPublicKeyIdentifierHasBeenSet() const
void SetKeyAttributes(KeyAttributesT &&value)
const KeyAttributes & GetKeyAttributes() const
AWS_PAYMENTCRYPTOGRAPHY_API TrustedCertificatePublicKey(Aws::Utils::Json::JsonView jsonValue)
void SetCertificateAuthorityPublicKeyIdentifier(CertificateAuthorityPublicKeyIdentifierT &&value)
bool PublicKeyCertificateHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API TrustedCertificatePublicKey & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue