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 SetServerId(
const char* value) { m_serverIdHasBeenSet =
true; m_serverId.assign(value); }
53 bool m_serverIdHasBeenSet =
false;
StopServerRequest & WithServerId(const Aws::String &value)
void SetServerId(const Aws::String &value)
StopServerRequest & WithServerId(Aws::String &&value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_TRANSFER_API StopServerRequest()
void SetServerId(const char *value)
bool ServerIdHasBeenSet() const
const Aws::String & GetServerId() const
void SetServerId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
StopServerRequest & WithServerId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String