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>
47 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
57 inline void SetLexBot(
const LexBot& value) { m_lexBotHasBeenSet =
true; m_lexBot = value; }
58 inline void SetLexBot(
LexBot&& value) { m_lexBotHasBeenSet =
true; m_lexBot = std::move(value); }
70 inline void SetLexV2Bot(
LexV2Bot&& value) { m_lexV2BotHasBeenSet =
true; m_lexV2Bot = std::move(value); }
77 bool m_instanceIdHasBeenSet =
false;
80 bool m_lexBotHasBeenSet =
false;
83 bool m_lexV2BotHasBeenSet =
false;
void SetInstanceId(const char *value)
void SetLexV2Bot(LexV2Bot &&value)
void SetLexBot(const LexBot &value)
const Aws::String & GetInstanceId() const
DisassociateBotRequest & WithLexBot(LexBot &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
DisassociateBotRequest & WithInstanceId(const char *value)
bool LexV2BotHasBeenSet() const
AWS_CONNECT_API DisassociateBotRequest()
void SetLexV2Bot(const LexV2Bot &value)
const LexBot & GetLexBot() const
virtual const char * GetServiceRequestName() const override
void SetInstanceId(Aws::String &&value)
DisassociateBotRequest & WithLexV2Bot(LexV2Bot &&value)
DisassociateBotRequest & WithLexV2Bot(const LexV2Bot &value)
DisassociateBotRequest & WithInstanceId(const Aws::String &value)
const LexV2Bot & GetLexV2Bot() const
bool InstanceIdHasBeenSet() const
void SetInstanceId(const Aws::String &value)
void SetLexBot(LexBot &&value)
bool LexBotHasBeenSet() const
DisassociateBotRequest & WithLexBot(const LexBot &value)
DisassociateBotRequest & WithInstanceId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String