7#include <aws/acm/ACMRequest.h>
8#include <aws/acm/ACM_EXPORTS.h>
9#include <aws/acm/model/Tag.h>
10#include <aws/core/utils/Array.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
50 template <
typename CertificateArnT = Aws::String>
52 m_certificateArnHasBeenSet =
true;
53 m_certificateArn = std::forward<CertificateArnT>(value);
55 template <
typename CertificateArnT = Aws::String>
68 template <
typename CertificateT = Aws::Utils::ByteBuffer>
70 m_certificateHasBeenSet =
true;
71 m_certificate = std::forward<CertificateT>(value);
73 template <
typename CertificateT = Aws::Utils::ByteBuffer>
86 template <
typename PrivateKeyT = Aws::Utils::CryptoBuffer>
88 m_privateKeyHasBeenSet =
true;
89 m_privateKey = std::forward<PrivateKeyT>(value);
91 template <
typename PrivateKeyT = Aws::Utils::CryptoBuffer>
104 template <
typename CertificateChainT = Aws::Utils::ByteBuffer>
106 m_certificateChainHasBeenSet =
true;
107 m_certificateChain = std::forward<CertificateChainT>(value);
109 template <
typename CertificateChainT = Aws::Utils::ByteBuffer>
123 template <
typename TagsT = Aws::Vector<Tag>>
125 m_tagsHasBeenSet =
true;
126 m_tags = std::forward<TagsT>(value);
128 template <
typename TagsT = Aws::Vector<Tag>>
130 SetTags(std::forward<TagsT>(value));
133 template <
typename TagsT = Tag>
135 m_tagsHasBeenSet =
true;
136 m_tags.emplace_back(std::forward<TagsT>(value));
150 bool m_certificateArnHasBeenSet =
false;
151 bool m_certificateHasBeenSet =
false;
152 bool m_privateKeyHasBeenSet =
false;
153 bool m_certificateChainHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
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_ACM_API EndpointParameters GetEndpointContextParams() const override
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