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>
12#include <aws/core/utils/UUID.h>
45 template<
typename InstanceIdT = Aws::String>
46 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
47 template<
typename InstanceIdT = Aws::String>
57 template<
typename LexBotT = LexBot>
58 void SetLexBot(LexBotT&& value) { m_lexBotHasBeenSet =
true; m_lexBot = std::forward<LexBotT>(value); }
59 template<
typename LexBotT = LexBot>
73 template<
typename ClientTokenT = Aws::String>
74 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
75 template<
typename ClientTokenT = Aws::String>
81 bool m_instanceIdHasBeenSet =
false;
84 bool m_lexBotHasBeenSet =
false;
87 bool m_clientTokenHasBeenSet =
false;
const Aws::String & GetInstanceId() const
void SetInstanceId(InstanceIdT &&value)
bool InstanceIdHasBeenSet() const
const LexBot & GetLexBot() const
void SetLexBot(LexBotT &&value)
AssociateLexBotRequest & WithInstanceId(InstanceIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
const Aws::String & GetClientToken() const
bool LexBotHasBeenSet() const
AssociateLexBotRequest & WithLexBot(LexBotT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONNECT_API AssociateLexBotRequest()=default
AssociateLexBotRequest & WithClientToken(ClientTokenT &&value)
void SetClientToken(ClientTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String