7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/DescribedUser.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ServerIdT = Aws::String>
39 m_serverIdHasBeenSet =
true;
40 m_serverId = std::forward<ServerIdT>(value);
42 template <
typename ServerIdT = Aws::String>
55 template <
typename UserT = DescribedUser>
57 m_userHasBeenSet =
true;
58 m_user = std::forward<UserT>(value);
60 template <
typename UserT = DescribedUser>
62 SetUser(std::forward<UserT>(value));
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_serverIdHasBeenSet =
false;
91 bool m_userHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
AWS_TRANSFER_API DescribeUserResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUser(UserT &&value)
void SetRequestId(RequestIdT &&value)
void SetServerId(ServerIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_TRANSFER_API DescribeUserResult()=default
AWS_TRANSFER_API DescribeUserResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const DescribedUser & GetUser() const
DescribeUserResult & WithUser(UserT &&value)
DescribeUserResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetServerId() const
DescribeUserResult & WithServerId(ServerIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue