7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/LexBot.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename LexBotT = LexBot>
61 m_lexBotHasBeenSet =
true;
62 m_lexBot = std::forward<LexBotT>(value);
64 template <
typename LexBotT = LexBot>
81 template <
typename ClientTokenT = Aws::String>
83 m_clientTokenHasBeenSet =
true;
84 m_clientToken = std::forward<ClientTokenT>(value);
86 template <
typename ClientTokenT = Aws::String>
98 bool m_instanceIdHasBeenSet =
false;
99 bool m_lexBotHasBeenSet =
false;
100 bool m_clientTokenHasBeenSet =
true;
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)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String