7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
10#include <aws/payment-cryptography/model/CertificateSubjectType.h>
11#include <aws/payment-cryptography/model/SigningAlgorithmType.h>
16namespace PaymentCryptography {
41 template <
typename KeyIdentifierT = Aws::String>
43 m_keyIdentifierHasBeenSet =
true;
44 m_keyIdentifier = std::forward<KeyIdentifierT>(value);
46 template <
typename KeyIdentifierT = Aws::String>
60 m_signingAlgorithmHasBeenSet =
true;
61 m_signingAlgorithm = value;
75 template <
typename CertificateSubjectT = CertificateSubjectType>
77 m_certificateSubjectHasBeenSet =
true;
78 m_certificateSubject = std::forward<CertificateSubjectT>(value);
80 template <
typename CertificateSubjectT = CertificateSubjectType>
91 CertificateSubjectType m_certificateSubject;
92 bool m_keyIdentifierHasBeenSet =
false;
93 bool m_signingAlgorithmHasBeenSet =
false;
94 bool m_certificateSubjectHasBeenSet =
false;
GetCertificateSigningRequestRequest & WithCertificateSubject(CertificateSubjectT &&value)
const Aws::String & GetKeyIdentifier() const
GetCertificateSigningRequestRequest & WithSigningAlgorithm(SigningAlgorithmType value)
void SetCertificateSubject(CertificateSubjectT &&value)
bool KeyIdentifierHasBeenSet() const
const CertificateSubjectType & GetCertificateSubject() const
bool SigningAlgorithmHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API GetCertificateSigningRequestRequest()=default
bool CertificateSubjectHasBeenSet() const
void SetSigningAlgorithm(SigningAlgorithmType value)
GetCertificateSigningRequestRequest & WithKeyIdentifier(KeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
SigningAlgorithmType GetSigningAlgorithm() const
virtual const char * GetServiceRequestName() const override
void SetKeyIdentifier(KeyIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String