7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/LexBot.h>
10#include <aws/connect/model/LexV2Bot.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename InstanceIdT = Aws::String>
44 m_instanceIdHasBeenSet =
true;
45 m_instanceId = std::forward<InstanceIdT>(value);
47 template <
typename InstanceIdT = Aws::String>
58 template <
typename LexBotT = LexBot>
60 m_lexBotHasBeenSet =
true;
61 m_lexBot = std::forward<LexBotT>(value);
63 template <
typename LexBotT = LexBot>
76 template <
typename LexV2BotT = LexV2Bot>
78 m_lexV2BotHasBeenSet =
true;
79 m_lexV2Bot = std::forward<LexV2BotT>(value);
81 template <
typename LexV2BotT = LexV2Bot>
98 template <
typename ClientTokenT = Aws::String>
100 m_clientTokenHasBeenSet =
true;
101 m_clientToken = std::forward<ClientTokenT>(value);
103 template <
typename ClientTokenT = Aws::String>
111 bool m_instanceIdHasBeenSet =
false;
114 bool m_lexBotHasBeenSet =
false;
117 bool m_lexV2BotHasBeenSet =
false;
120 bool m_clientTokenHasBeenSet =
true;
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
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String