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