AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateUserResult.h
1
6#pragma once
7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Transfer
24{
25namespace Model
26{
34 {
35 public:
36 AWS_TRANSFER_API UpdateUserResult();
39
40
42
46 inline const Aws::String& GetServerId() const{ return m_serverId; }
47 inline void SetServerId(const Aws::String& value) { m_serverId = value; }
48 inline void SetServerId(Aws::String&& value) { m_serverId = std::move(value); }
49 inline void SetServerId(const char* value) { m_serverId.assign(value); }
50 inline UpdateUserResult& WithServerId(const Aws::String& value) { SetServerId(value); return *this;}
51 inline UpdateUserResult& WithServerId(Aws::String&& value) { SetServerId(std::move(value)); return *this;}
52 inline UpdateUserResult& WithServerId(const char* value) { SetServerId(value); return *this;}
54
56
60 inline const Aws::String& GetUserName() const{ return m_userName; }
61 inline void SetUserName(const Aws::String& value) { m_userName = value; }
62 inline void SetUserName(Aws::String&& value) { m_userName = std::move(value); }
63 inline void SetUserName(const char* value) { m_userName.assign(value); }
64 inline UpdateUserResult& WithUserName(const Aws::String& value) { SetUserName(value); return *this;}
65 inline UpdateUserResult& WithUserName(Aws::String&& value) { SetUserName(std::move(value)); return *this;}
66 inline UpdateUserResult& WithUserName(const char* value) { SetUserName(value); return *this;}
68
70
71 inline const Aws::String& GetRequestId() const{ return m_requestId; }
72 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
73 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
74 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
75 inline UpdateUserResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
76 inline UpdateUserResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
77 inline UpdateUserResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
79 private:
80
81 Aws::String m_serverId;
82
83 Aws::String m_userName;
84
85 Aws::String m_requestId;
86 };
87
88} // namespace Model
89} // namespace Transfer
90} // namespace Aws
void SetUserName(const Aws::String &value)
AWS_TRANSFER_API UpdateUserResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateUserResult & WithServerId(Aws::String &&value)
UpdateUserResult & WithUserName(const char *value)
UpdateUserResult & WithUserName(Aws::String &&value)
const Aws::String & GetServerId() const
void SetServerId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetUserName(Aws::String &&value)
UpdateUserResult & WithUserName(const Aws::String &value)
UpdateUserResult & WithServerId(const char *value)
const Aws::String & GetUserName() const
const Aws::String & GetRequestId() const
void SetServerId(Aws::String &&value)
AWS_TRANSFER_API UpdateUserResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateUserResult & WithServerId(const Aws::String &value)
UpdateUserResult & WithRequestId(Aws::String &&value)
UpdateUserResult & WithRequestId(const char *value)
UpdateUserResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue