7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iam/IAMRequest.h>
10#include <aws/iam/IAM_EXPORTS.h>
11#include <aws/iam/model/Tag.h>
56 template <
typename PathT = Aws::String>
58 m_pathHasBeenSet =
true;
59 m_path = std::forward<PathT>(value);
61 template <
typename PathT = Aws::String>
63 SetPath(std::forward<PathT>(value));
79 template <
typename ServerCertificateNameT = Aws::String>
81 m_serverCertificateNameHasBeenSet =
true;
82 m_serverCertificateName = std::forward<ServerCertificateNameT>(value);
84 template <
typename ServerCertificateNameT = Aws::String>
105 template <
typename CertificateBodyT = Aws::String>
107 m_certificateBodyHasBeenSet =
true;
108 m_certificateBody = std::forward<CertificateBodyT>(value);
110 template <
typename CertificateBodyT = Aws::String>
131 template <
typename PrivateKeyT = Aws::String>
133 m_privateKeyHasBeenSet =
true;
134 m_privateKey = std::forward<PrivateKeyT>(value);
136 template <
typename PrivateKeyT = Aws::String>
158 template <
typename CertificateChainT = Aws::String>
160 m_certificateChainHasBeenSet =
true;
161 m_certificateChain = std::forward<CertificateChainT>(value);
163 template <
typename CertificateChainT = Aws::String>
182 template <
typename TagsT = Aws::Vector<Tag>>
184 m_tagsHasBeenSet =
true;
185 m_tags = std::forward<TagsT>(value);
187 template <
typename TagsT = Aws::Vector<Tag>>
189 SetTags(std::forward<TagsT>(value));
192 template <
typename TagsT = Tag>
194 m_tagsHasBeenSet =
true;
195 m_tags.emplace_back(std::forward<TagsT>(value));
211 bool m_pathHasBeenSet =
false;
212 bool m_serverCertificateNameHasBeenSet =
false;
213 bool m_certificateBodyHasBeenSet =
false;
214 bool m_privateKeyHasBeenSet =
false;
215 bool m_certificateChainHasBeenSet =
false;
216 bool m_tagsHasBeenSet =
false;
void SetPrivateKey(PrivateKeyT &&value)
bool CertificateChainHasBeenSet() const
const Aws::String & GetServerCertificateName() const
void SetCertificateChain(CertificateChainT &&value)
UploadServerCertificateRequest & AddTags(TagsT &&value)
const Aws::String & GetCertificateChain() const
bool PathHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetPath(PathT &&value)
AWS_IAM_API Aws::String SerializePayload() const override
UploadServerCertificateRequest & WithCertificateChain(CertificateChainT &&value)
const Aws::String & GetCertificateBody() const
const Aws::Vector< Tag > & GetTags() const
bool PrivateKeyHasBeenSet() const
UploadServerCertificateRequest & WithPrivateKey(PrivateKeyT &&value)
const Aws::String & GetPrivateKey() const
UploadServerCertificateRequest & WithPath(PathT &&value)
bool ServerCertificateNameHasBeenSet() const
const Aws::String & GetPath() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
UploadServerCertificateRequest & WithCertificateBody(CertificateBodyT &&value)
bool TagsHasBeenSet() const
void SetServerCertificateName(ServerCertificateNameT &&value)
UploadServerCertificateRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
UploadServerCertificateRequest & WithServerCertificateName(ServerCertificateNameT &&value)
void SetCertificateBody(CertificateBodyT &&value)
bool CertificateBodyHasBeenSet() const
AWS_IAM_API UploadServerCertificateRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector