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;
void SetProfileId(ProfileIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProfileIdHasBeenSet() const
const Aws::String & GetProfileId() const
AWS_TRANSFER_API DescribeProfileRequest()=default
DescribeProfileRequest & WithProfileId(ProfileIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String