7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename ProfileIdT = Aws::String>
45 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
46 template<
typename ProfileIdT = Aws::String>
57 template<
typename CertificateIdsT = Aws::Vector<Aws::String>>
58 void SetCertificateIds(CertificateIdsT&& value) { m_certificateIdsHasBeenSet =
true; m_certificateIds = std::forward<CertificateIdsT>(value); }
59 template<
typename CertificateIdsT = Aws::Vector<Aws::String>>
61 template<
typename CertificateIdsT = Aws::String>
67 bool m_profileIdHasBeenSet =
false;
70 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