7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename ServerIdT = Aws::String>
38 m_serverIdHasBeenSet =
true;
39 m_serverId = std::forward<ServerIdT>(value);
41 template <
typename ServerIdT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_serverIdHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
UpdateServerResult & WithServerId(ServerIdT &&value)
AWS_TRANSFER_API UpdateServerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_TRANSFER_API UpdateServerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetServerId() const
UpdateServerResult & WithRequestId(RequestIdT &&value)
AWS_TRANSFER_API UpdateServerResult()=default
void SetServerId(ServerIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue