7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/LexBot.h>
11#include <aws/connect/model/LexV2Bot.h>
13#include <aws/core/utils/UUID.h>
46 template<
typename InstanceIdT = Aws::String>
47 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
48 template<
typename InstanceIdT = Aws::String>
56 template<
typename LexBotT = LexBot>
57 void SetLexBot(LexBotT&& value) { m_lexBotHasBeenSet =
true; m_lexBot = std::forward<LexBotT>(value); }
58 template<
typename LexBotT = LexBot>
68 template<
typename LexV2BotT = LexV2Bot>
69 void SetLexV2Bot(LexV2BotT&& value) { m_lexV2BotHasBeenSet =
true; m_lexV2Bot = std::forward<LexV2BotT>(value); }
70 template<
typename LexV2BotT = LexV2Bot>
84 template<
typename ClientTokenT = Aws::String>
85 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
86 template<
typename ClientTokenT = Aws::String>
92 bool m_instanceIdHasBeenSet =
false;
95 bool m_lexBotHasBeenSet =
false;
98 bool m_lexV2BotHasBeenSet =
false;
101 bool m_clientTokenHasBeenSet =
false;
const Aws::String & GetInstanceId() const
void SetLexV2Bot(LexV2BotT &&value)
AWS_CONNECT_API DisassociateBotRequest()=default
AWS_CONNECT_API Aws::String SerializePayload() const override
DisassociateBotRequest & WithLexBot(LexBotT &&value)
bool LexV2BotHasBeenSet() const
DisassociateBotRequest & WithInstanceId(InstanceIdT &&value)
void SetInstanceId(InstanceIdT &&value)
DisassociateBotRequest & WithClientToken(ClientTokenT &&value)
void SetLexBot(LexBotT &&value)
bool ClientTokenHasBeenSet() const
const LexBot & GetLexBot() const
virtual const char * GetServiceRequestName() const override
DisassociateBotRequest & WithLexV2Bot(LexV2BotT &&value)
const LexV2Bot & GetLexV2Bot() const
bool InstanceIdHasBeenSet() const
bool LexBotHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String