7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename ServerIdT = Aws::String>
41 m_serverIdHasBeenSet =
true;
42 m_serverId = std::forward<ServerIdT>(value);
44 template <
typename ServerIdT = Aws::String>
52 bool m_serverIdHasBeenSet =
false;
StartServerRequest & WithServerId(ServerIdT &&value)
const Aws::String & GetServerId() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetServerId(ServerIdT &&value)
bool ServerIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API StartServerRequest()=default
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String