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>
45 template <
typename CertificateArnT = Aws::String>
47 m_certificateArnHasBeenSet =
true;
48 m_certificateArn = std::forward<CertificateArnT>(value);
50 template <
typename CertificateArnT = Aws::String>
63 template <
typename CertificateT = Aws::Utils::ByteBuffer>
65 m_certificateHasBeenSet =
true;
66 m_certificate = std::forward<CertificateT>(value);
68 template <
typename CertificateT = Aws::Utils::ByteBuffer>
81 template <
typename PrivateKeyT = Aws::Utils::CryptoBuffer>
83 m_privateKeyHasBeenSet =
true;
84 m_privateKey = std::forward<PrivateKeyT>(value);
86 template <
typename PrivateKeyT = Aws::Utils::CryptoBuffer>
99 template <
typename CertificateChainT = Aws::Utils::ByteBuffer>
101 m_certificateChainHasBeenSet =
true;
102 m_certificateChain = std::forward<CertificateChainT>(value);
104 template <
typename CertificateChainT = Aws::Utils::ByteBuffer>
118 template <
typename TagsT = Aws::Vector<Tag>>
120 m_tagsHasBeenSet =
true;
121 m_tags = std::forward<TagsT>(value);
123 template <
typename TagsT = Aws::Vector<Tag>>
125 SetTags(std::forward<TagsT>(value));
128 template <
typename TagsT = Tag>
130 m_tagsHasBeenSet =
true;
131 m_tags.emplace_back(std::forward<TagsT>(value));
145 bool m_certificateArnHasBeenSet =
false;
146 bool m_certificateHasBeenSet =
false;
147 bool m_privateKeyHasBeenSet =
false;
148 bool m_certificateChainHasBeenSet =
false;
149 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