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>
56 template <
typename UsernameT = Aws::String>
58 m_usernameHasBeenSet =
true;
59 m_username = std::forward<UsernameT>(value);
61 template <
typename UsernameT = Aws::String>
75 template <
typename DisplayNameT = Aws::String>
77 m_displayNameHasBeenSet =
true;
78 m_displayName = std::forward<DisplayNameT>(value);
80 template <
typename DisplayNameT = Aws::String>
93 template <
typename GroupIdT = Aws::String>
95 m_groupIdHasBeenSet =
true;
96 m_groupId = std::forward<GroupIdT>(value);
98 template <
typename GroupIdT = Aws::String>
111 template <
typename ChallengeT = Aws::String>
113 m_challengeHasBeenSet =
true;
114 m_challenge = std::forward<ChallengeT>(value);
116 template <
typename ChallengeT = Aws::String>
132 bool m_networkIdHasBeenSet =
false;
133 bool m_usernameHasBeenSet =
false;
134 bool m_displayNameHasBeenSet =
false;
135 bool m_groupIdHasBeenSet =
false;
136 bool m_challengeHasBeenSet =
false;
const Aws::String & GetDisplayName() const
CreateBotRequest & WithGroupId(GroupIdT &&value)
bool GroupIdHasBeenSet() const
CreateBotRequest & WithChallenge(ChallengeT &&value)
CreateBotRequest & WithDisplayName(DisplayNameT &&value)
void SetUsername(UsernameT &&value)
const Aws::String & GetChallenge() const
const Aws::String & GetUsername() const
AWS_WICKR_API CreateBotRequest()=default
void SetNetworkId(NetworkIdT &&value)
AWS_WICKR_API Aws::String SerializePayload() const override
const Aws::String & GetNetworkId() const
const Aws::String & GetGroupId() const
void SetDisplayName(DisplayNameT &&value)
bool UsernameHasBeenSet() const
CreateBotRequest & WithUsername(UsernameT &&value)
void SetChallenge(ChallengeT &&value)
void SetGroupId(GroupIdT &&value)
virtual const char * GetServiceRequestName() const override
CreateBotRequest & WithNetworkId(NetworkIdT &&value)
bool DisplayNameHasBeenSet() const
bool NetworkIdHasBeenSet() const
bool ChallengeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String