7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ProfileIdT = Aws::String>
44 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
45 template<
typename ProfileIdT = Aws::String>
51 bool m_profileIdHasBeenSet =
false;
AWS_TRANSFER_API Aws::String SerializePayload() const override
AWS_TRANSFER_API DeleteProfileRequest()=default
void SetProfileId(ProfileIdT &&value)
virtual const char * GetServiceRequestName() const override
DeleteProfileRequest & WithProfileId(ProfileIdT &&value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetProfileId() const
bool ProfileIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String