7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iam/model/Tag.h>
60 template<
typename PathT = Aws::String>
61 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
62 template<
typename PathT = Aws::String>
77 template<
typename ServerCertificateNameT = Aws::String>
78 void SetServerCertificateName(ServerCertificateNameT&& value) { m_serverCertificateNameHasBeenSet =
true; m_serverCertificateName = std::forward<ServerCertificateNameT>(value); }
79 template<
typename ServerCertificateNameT = Aws::String>
97 template<
typename CertificateBodyT = Aws::String>
98 void SetCertificateBody(CertificateBodyT&& value) { m_certificateBodyHasBeenSet =
true; m_certificateBody = std::forward<CertificateBodyT>(value); }
99 template<
typename CertificateBodyT = Aws::String>
117 template<
typename PrivateKeyT = Aws::String>
118 void SetPrivateKey(PrivateKeyT&& value) { m_privateKeyHasBeenSet =
true; m_privateKey = std::forward<PrivateKeyT>(value); }
119 template<
typename PrivateKeyT = Aws::String>
138 template<
typename CertificateChainT = Aws::String>
139 void SetCertificateChain(CertificateChainT&& value) { m_certificateChainHasBeenSet =
true; m_certificateChain = std::forward<CertificateChainT>(value); }
140 template<
typename CertificateChainT = Aws::String>
156 template<
typename TagsT = Aws::Vector<Tag>>
157 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
158 template<
typename TagsT = Aws::Vector<Tag>>
160 template<
typename TagsT = Tag>
166 bool m_pathHasBeenSet =
false;
169 bool m_serverCertificateNameHasBeenSet =
false;
172 bool m_certificateBodyHasBeenSet =
false;
175 bool m_privateKeyHasBeenSet =
false;
178 bool m_certificateChainHasBeenSet =
false;
181 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