7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename BotIdT = Aws::String>
37 m_botIdHasBeenSet =
true;
38 m_botId = std::forward<BotIdT>(value);
40 template <
typename BotIdT = Aws::String>
42 SetBotId(std::forward<BotIdT>(value));
52 template <
typename DisplayNameT = Aws::String>
54 m_displayNameHasBeenSet =
true;
55 m_displayName = std::forward<DisplayNameT>(value);
57 template <
typename DisplayNameT = Aws::String>
69 template <
typename UsernameT = Aws::String>
71 m_usernameHasBeenSet =
true;
72 m_username = std::forward<UsernameT>(value);
74 template <
typename UsernameT = Aws::String>
86 template <
typename UnameT = Aws::String>
88 m_unameHasBeenSet =
true;
89 m_uname = std::forward<UnameT>(value);
91 template <
typename UnameT = Aws::String>
93 SetUname(std::forward<UnameT>(value));
103 template <
typename PubkeyT = Aws::String>
105 m_pubkeyHasBeenSet =
true;
106 m_pubkey = std::forward<PubkeyT>(value);
108 template <
typename PubkeyT = Aws::String>
121 m_statusHasBeenSet =
true;
135 template <
typename GroupIdT = Aws::String>
137 m_groupIdHasBeenSet =
true;
138 m_groupId = std::forward<GroupIdT>(value);
140 template <
typename GroupIdT = Aws::String>
153 m_hasChallengeHasBeenSet =
true;
154 m_hasChallenge = value;
168 m_suspendedHasBeenSet =
true;
182 template <
typename LastLoginT = Aws::String>
184 m_lastLoginHasBeenSet =
true;
185 m_lastLogin = std::forward<LastLoginT>(value);
187 template <
typename LastLoginT = Aws::String>
197 template <
typename RequestIdT = Aws::String>
199 m_requestIdHasBeenSet =
true;
200 m_requestId = std::forward<RequestIdT>(value);
202 template <
typename RequestIdT = Aws::String>
225 bool m_hasChallenge{
false};
227 bool m_suspended{
false};
233 bool m_botIdHasBeenSet =
false;
234 bool m_displayNameHasBeenSet =
false;
235 bool m_usernameHasBeenSet =
false;
236 bool m_unameHasBeenSet =
false;
237 bool m_pubkeyHasBeenSet =
false;
238 bool m_statusHasBeenSet =
false;
239 bool m_groupIdHasBeenSet =
false;
240 bool m_hasChallengeHasBeenSet =
false;
241 bool m_suspendedHasBeenSet =
false;
242 bool m_lastLoginHasBeenSet =
false;
243 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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