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 MessageT = Aws::String>
36 m_messageHasBeenSet =
true;
37 m_message = std::forward<MessageT>(value);
39 template <
typename MessageT = Aws::String>
51 template <
typename BotIdT = Aws::String>
53 m_botIdHasBeenSet =
true;
54 m_botId = std::forward<BotIdT>(value);
56 template <
typename BotIdT = Aws::String>
58 SetBotId(std::forward<BotIdT>(value));
68 template <
typename NetworkIdT = Aws::String>
70 m_networkIdHasBeenSet =
true;
71 m_networkId = std::forward<NetworkIdT>(value);
73 template <
typename NetworkIdT = Aws::String>
85 template <
typename UsernameT = Aws::String>
87 m_usernameHasBeenSet =
true;
88 m_username = std::forward<UsernameT>(value);
90 template <
typename UsernameT = Aws::String>
102 template <
typename DisplayNameT = Aws::String>
104 m_displayNameHasBeenSet =
true;
105 m_displayName = std::forward<DisplayNameT>(value);
107 template <
typename DisplayNameT = Aws::String>
119 template <
typename GroupIdT = Aws::String>
121 m_groupIdHasBeenSet =
true;
122 m_groupId = std::forward<GroupIdT>(value);
124 template <
typename GroupIdT = Aws::String>
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
159 bool m_messageHasBeenSet =
false;
160 bool m_botIdHasBeenSet =
false;
161 bool m_networkIdHasBeenSet =
false;
162 bool m_usernameHasBeenSet =
false;
163 bool m_displayNameHasBeenSet =
false;
164 bool m_groupIdHasBeenSet =
false;
165 bool m_requestIdHasBeenSet =
false;
CreateBotResult & WithNetworkId(NetworkIdT &&value)
void SetUsername(UsernameT &&value)
const Aws::String & GetDisplayName() const
AWS_WICKR_API CreateBotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBotId(BotIdT &&value)
CreateBotResult & WithGroupId(GroupIdT &&value)
AWS_WICKR_API CreateBotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetBotId() const
const Aws::String & GetGroupId() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
CreateBotResult & WithUsername(UsernameT &&value)
CreateBotResult & WithBotId(BotIdT &&value)
AWS_WICKR_API CreateBotResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNetworkId() const
const Aws::String & GetUsername() const
CreateBotResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetNetworkId(NetworkIdT &&value)
CreateBotResult & WithDisplayName(DisplayNameT &&value)
void SetGroupId(GroupIdT &&value)
void SetDisplayName(DisplayNameT &&value)
CreateBotResult & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue