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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/acm/model/Tag.h>
49 template<
typename CertificateArnT = Aws::String>
50 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
51 template<
typename CertificateArnT = Aws::String>
61 template<
typename CertificateT = Aws::Utils::ByteBuffer>
62 void SetCertificate(CertificateT&& value) { m_certificateHasBeenSet =
true; m_certificate = std::forward<CertificateT>(value); }
63 template<
typename CertificateT = Aws::Utils::ByteBuffer>
73 template<
typename PrivateKeyT = Aws::Utils::CryptoBuffer>
74 void SetPrivateKey(PrivateKeyT&& value) { m_privateKeyHasBeenSet =
true; m_privateKey = std::forward<PrivateKeyT>(value); }
75 template<
typename PrivateKeyT = Aws::Utils::CryptoBuffer>
85 template<
typename CertificateChainT = Aws::Utils::ByteBuffer>
86 void SetCertificateChain(CertificateChainT&& value) { m_certificateChainHasBeenSet =
true; m_certificateChain = std::forward<CertificateChainT>(value); }
87 template<
typename CertificateChainT = Aws::Utils::ByteBuffer>
98 template<
typename TagsT = Aws::Vector<Tag>>
99 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
100 template<
typename TagsT = Aws::Vector<Tag>>
102 template<
typename TagsT = Tag>
108 bool m_certificateArnHasBeenSet =
false;
111 bool m_certificateHasBeenSet =
false;
114 bool m_privateKeyHasBeenSet =
false;
117 bool m_certificateChainHasBeenSet =
false;
120 bool m_tagsHasBeenSet =
false;
AWS_ACM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ImportCertificateRequest & WithCertificate(CertificateT &&value)
ImportCertificateRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
ImportCertificateRequest & WithTags(TagsT &&value)
ImportCertificateRequest & WithCertificateArn(CertificateArnT &&value)
const Aws::Utils::ByteBuffer & GetCertificateChain() const
ImportCertificateRequest & WithCertificateChain(CertificateChainT &&value)
AWS_ACM_API Aws::String SerializePayload() const override
void SetCertificateArn(CertificateArnT &&value)
void SetTags(TagsT &&value)
void SetCertificate(CertificateT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::Utils::ByteBuffer & GetCertificate() const
const Aws::Utils::CryptoBuffer & GetPrivateKey() const
void SetCertificateChain(CertificateChainT &&value)
AWS_ACM_API ImportCertificateRequest()=default
bool CertificateHasBeenSet() const
bool CertificateArnHasBeenSet() const
ImportCertificateRequest & WithPrivateKey(PrivateKeyT &&value)
virtual const char * GetServiceRequestName() const override
bool CertificateChainHasBeenSet() const
bool PrivateKeyHasBeenSet() const
void SetPrivateKey(PrivateKeyT &&value)
const Aws::String & GetCertificateArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector