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>
46 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
58 inline void SetLexBot(
const LexBot& value) { m_lexBotHasBeenSet =
true; m_lexBot = value; }
59 inline void SetLexBot(
LexBot&& value) { m_lexBotHasBeenSet =
true; m_lexBot = std::move(value); }
66 bool m_instanceIdHasBeenSet =
false;
69 bool m_lexBotHasBeenSet =
false;
const Aws::String & GetInstanceId() const
AssociateLexBotRequest & WithLexBot(const LexBot &value)
void SetLexBot(const LexBot &value)
bool InstanceIdHasBeenSet() const
const LexBot & GetLexBot() const
void SetInstanceId(const Aws::String &value)
void SetInstanceId(const char *value)
AssociateLexBotRequest & WithInstanceId(Aws::String &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
AssociateLexBotRequest & WithLexBot(LexBot &&value)
void SetLexBot(LexBot &&value)
AWS_CONNECT_API AssociateLexBotRequest()
bool LexBotHasBeenSet() const
void SetInstanceId(Aws::String &&value)
AssociateLexBotRequest & WithInstanceId(const char *value)
virtual const char * GetServiceRequestName() const override
AssociateLexBotRequest & WithInstanceId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String