7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9#include <aws/payment-cryptography/model/KeyAttributes.h>
20namespace PaymentCryptography {
44 template <
typename KeyAttributesT = KeyAttributes>
46 m_keyAttributesHasBeenSet =
true;
47 m_keyAttributes = std::forward<KeyAttributesT>(value);
49 template <
typename KeyAttributesT = KeyAttributes>
62 template <
typename PublicKeyCertificateT = Aws::String>
64 m_publicKeyCertificateHasBeenSet =
true;
65 m_publicKeyCertificate = std::forward<PublicKeyCertificateT>(value);
67 template <
typename PublicKeyCertificateT = Aws::String>
81 template <
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
83 m_certificateAuthorityPublicKeyIdentifierHasBeenSet =
true;
84 m_certificateAuthorityPublicKeyIdentifier = std::forward<CertificateAuthorityPublicKeyIdentifierT>(value);
86 template <
typename CertificateAuthorityPublicKeyIdentifierT = Aws::String>
97 Aws::String m_certificateAuthorityPublicKeyIdentifier;
98 bool m_keyAttributesHasBeenSet =
false;
99 bool m_publicKeyCertificateHasBeenSet =
false;
100 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