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));
70 bool m_networkIdHasBeenSet =
false;
71 bool m_botIdHasBeenSet =
false;
void SetNetworkId(NetworkIdT &&value)
bool BotIdHasBeenSet() const
AWS_WICKR_API GetBotRequest()=default
GetBotRequest & WithBotId(BotIdT &&value)
void SetBotId(BotIdT &&value)
AWS_WICKR_API Aws::String SerializePayload() const override
const Aws::String & GetNetworkId() const
GetBotRequest & WithNetworkId(NetworkIdT &&value)
virtual const char * GetServiceRequestName() const override
bool NetworkIdHasBeenSet() const
const Aws::String & GetBotId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String