7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/WickrRequest.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
37 template <
typename NetworkIdT = Aws::String>
39 m_networkIdHasBeenSet =
true;
40 m_networkId = std::forward<NetworkIdT>(value);
42 template <
typename NetworkIdT = Aws::String>
55 template <
typename BotIdT = Aws::String>
57 m_botIdHasBeenSet =
true;
58 m_botId = std::forward<BotIdT>(value);
60 template <
typename BotIdT = Aws::String>
62 SetBotId(std::forward<BotIdT>(value));
73 template <
typename DisplayNameT = Aws::String>
75 m_displayNameHasBeenSet =
true;
76 m_displayName = std::forward<DisplayNameT>(value);
78 template <
typename DisplayNameT = Aws::String>
91 template <
typename GroupIdT = Aws::String>
93 m_groupIdHasBeenSet =
true;
94 m_groupId = std::forward<GroupIdT>(value);
96 template <
typename GroupIdT = Aws::String>
109 template <
typename ChallengeT = Aws::String>
111 m_challengeHasBeenSet =
true;
112 m_challenge = std::forward<ChallengeT>(value);
114 template <
typename ChallengeT = Aws::String>
129 m_suspendHasBeenSet =
true;
148 bool m_suspend{
false};
149 bool m_networkIdHasBeenSet =
false;
150 bool m_botIdHasBeenSet =
false;
151 bool m_displayNameHasBeenSet =
false;
152 bool m_groupIdHasBeenSet =
false;
153 bool m_challengeHasBeenSet =
false;
154 bool m_suspendHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
UpdateBotRequest & WithChallenge(ChallengeT &&value)
void SetChallenge(ChallengeT &&value)
UpdateBotRequest & WithGroupId(GroupIdT &&value)
bool GroupIdHasBeenSet() const
bool ChallengeHasBeenSet() const
bool BotIdHasBeenSet() const
UpdateBotRequest & WithNetworkId(NetworkIdT &&value)
const Aws::String & GetNetworkId() const
void SetDisplayName(DisplayNameT &&value)
AWS_WICKR_API UpdateBotRequest()=default
bool DisplayNameHasBeenSet() const
const Aws::String & GetChallenge() const
bool SuspendHasBeenSet() const
const Aws::String & GetDisplayName() const
AWS_WICKR_API Aws::String SerializePayload() const override
void SetGroupId(GroupIdT &&value)
const Aws::String & GetGroupId() const
void SetSuspend(bool value)
UpdateBotRequest & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetBotId() const
UpdateBotRequest & WithSuspend(bool value)
void SetBotId(BotIdT &&value)
bool NetworkIdHasBeenSet() const
UpdateBotRequest & WithBotId(BotIdT &&value)
void SetNetworkId(NetworkIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String