7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename BotIdT = Aws::String>
36 m_botIdHasBeenSet =
true;
37 m_botId = std::forward<BotIdT>(value);
39 template <
typename BotIdT = Aws::String>
41 SetBotId(std::forward<BotIdT>(value));
51 template <
typename DisplayNameT = Aws::String>
53 m_displayNameHasBeenSet =
true;
54 m_displayName = std::forward<DisplayNameT>(value);
56 template <
typename DisplayNameT = Aws::String>
68 template <
typename UsernameT = Aws::String>
70 m_usernameHasBeenSet =
true;
71 m_username = std::forward<UsernameT>(value);
73 template <
typename UsernameT = Aws::String>
85 template <
typename UnameT = Aws::String>
87 m_unameHasBeenSet =
true;
88 m_uname = std::forward<UnameT>(value);
90 template <
typename UnameT = Aws::String>
92 SetUname(std::forward<UnameT>(value));
102 template <
typename PubkeyT = Aws::String>
104 m_pubkeyHasBeenSet =
true;
105 m_pubkey = std::forward<PubkeyT>(value);
107 template <
typename PubkeyT = Aws::String>
120 m_statusHasBeenSet =
true;
134 template <
typename GroupIdT = Aws::String>
136 m_groupIdHasBeenSet =
true;
137 m_groupId = std::forward<GroupIdT>(value);
139 template <
typename GroupIdT = Aws::String>
152 m_hasChallengeHasBeenSet =
true;
153 m_hasChallenge = value;
167 m_suspendedHasBeenSet =
true;
181 template <
typename LastLoginT = Aws::String>
183 m_lastLoginHasBeenSet =
true;
184 m_lastLogin = std::forward<LastLoginT>(value);
186 template <
typename LastLoginT = Aws::String>
196 template <
typename RequestIdT = Aws::String>
198 m_requestIdHasBeenSet =
true;
199 m_requestId = std::forward<RequestIdT>(value);
201 template <
typename RequestIdT = Aws::String>
222 bool m_hasChallenge{
false};
224 bool m_suspended{
false};
229 bool m_botIdHasBeenSet =
false;
230 bool m_displayNameHasBeenSet =
false;
231 bool m_usernameHasBeenSet =
false;
232 bool m_unameHasBeenSet =
false;
233 bool m_pubkeyHasBeenSet =
false;
234 bool m_statusHasBeenSet =
false;
235 bool m_groupIdHasBeenSet =
false;
236 bool m_hasChallengeHasBeenSet =
false;
237 bool m_suspendedHasBeenSet =
false;
238 bool m_lastLoginHasBeenSet =
false;
239 bool m_requestIdHasBeenSet =
false;
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetPubkey() const
void SetUsername(UsernameT &&value)
void SetStatus(int value)
void SetUname(UnameT &&value)
void SetGroupId(GroupIdT &&value)
GetBotResult & WithPubkey(PubkeyT &&value)
const Aws::String & GetLastLogin() const
const Aws::String & GetRequestId() const
bool GetHasChallenge() const
GetBotResult & WithLastLogin(LastLoginT &&value)
GetBotResult & WithStatus(int value)
bool GetSuspended() const
void SetPubkey(PubkeyT &&value)
GetBotResult & WithGroupId(GroupIdT &&value)
void SetLastLogin(LastLoginT &&value)
AWS_WICKR_API GetBotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetHasChallenge(bool value)
GetBotResult & WithUname(UnameT &&value)
AWS_WICKR_API GetBotResult()=default
GetBotResult & WithHasChallenge(bool value)
const Aws::String & GetUsername() const
const Aws::String & GetUname() const
AWS_WICKR_API GetBotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetBotId() const
const Aws::String & GetDisplayName() const
GetBotResult & WithUsername(UsernameT &&value)
void SetRequestId(RequestIdT &&value)
GetBotResult & WithBotId(BotIdT &&value)
GetBotResult & WithDisplayName(DisplayNameT &&value)
GetBotResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetGroupId() const
void SetBotId(BotIdT &&value)
GetBotResult & WithSuspended(bool value)
void SetSuspended(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue