7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename ProfileIdT = Aws::String>
42 m_profileIdHasBeenSet =
true;
43 m_profileId = std::forward<ProfileIdT>(value);
45 template <
typename ProfileIdT = Aws::String>
59 template <
typename CertificateIdsT = Aws::Vector<Aws::String>>
61 m_certificateIdsHasBeenSet =
true;
62 m_certificateIds = std::forward<CertificateIdsT>(value);
64 template <
typename CertificateIdsT = Aws::Vector<Aws::String>>
69 template <
typename CertificateIdsT = Aws::String>
71 m_certificateIdsHasBeenSet =
true;
72 m_certificateIds.emplace_back(std::forward<CertificateIdsT>(value));
78 bool m_profileIdHasBeenSet =
false;
81 bool m_certificateIdsHasBeenSet =
false;
void SetProfileId(ProfileIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateProfileRequest & WithProfileId(ProfileIdT &&value)
void SetCertificateIds(CertificateIdsT &&value)
AWS_TRANSFER_API Aws::String SerializePayload() const override
bool CertificateIdsHasBeenSet() const
AWS_TRANSFER_API UpdateProfileRequest()=default
const Aws::Vector< Aws::String > & GetCertificateIds() const
UpdateProfileRequest & WithCertificateIds(CertificateIdsT &&value)
bool ProfileIdHasBeenSet() const
const Aws::String & GetProfileId() const
UpdateProfileRequest & AddCertificateIds(CertificateIdsT &&value)
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