7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/ACMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
49 inline void SetCertificateArn(
const char* value) { m_certificateArnHasBeenSet =
true; m_certificateArn.assign(value); }
74 bool m_certificateArnHasBeenSet =
false;
77 bool m_passphraseHasBeenSet =
false;
ExportCertificateRequest & WithPassphrase(const Aws::Utils::CryptoBuffer &value)
void SetCertificateArn(Aws::String &&value)
bool CertificateArnHasBeenSet() const
void SetPassphrase(const Aws::Utils::CryptoBuffer &value)
AWS_ACM_API Aws::String SerializePayload() const override
ExportCertificateRequest & WithCertificateArn(Aws::String &&value)
AWS_ACM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCertificateArn(const char *value)
void SetCertificateArn(const Aws::String &value)
ExportCertificateRequest & WithCertificateArn(const char *value)
bool PassphraseHasBeenSet() const
ExportCertificateRequest & WithPassphrase(Aws::Utils::CryptoBuffer &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCertificateArn() const
void SetPassphrase(Aws::Utils::CryptoBuffer &&value)
ExportCertificateRequest & WithCertificateArn(const Aws::String &value)
const Aws::Utils::CryptoBuffer & GetPassphrase() const
AWS_ACM_API ExportCertificateRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String