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 ServerIdT = Aws::String>
44 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
45 template<
typename ServerIdT = Aws::String>
51 bool m_serverIdHasBeenSet =
false;
DescribeServerRequest & WithServerId(ServerIdT &&value)
const Aws::String & GetServerId() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
bool ServerIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetServerId(ServerIdT &&value)
AWS_TRANSFER_API DescribeServerRequest()=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