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