7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename UserIdT = Aws::String>
49 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
50 template<
typename UserIdT = Aws::String>
60 template<
typename ContactFlowIdT = Aws::String>
61 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
62 template<
typename ContactFlowIdT = Aws::String>
68 bool m_userIdHasBeenSet =
false;
71 bool m_contactFlowIdHasBeenSet =
false;
UserQuickConnectConfig & WithUserId(UserIdT &&value)
bool ContactFlowIdHasBeenSet() const
bool UserIdHasBeenSet() const
AWS_CONNECT_API UserQuickConnectConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContactFlowId(ContactFlowIdT &&value)
AWS_CONNECT_API UserQuickConnectConfig(Aws::Utils::Json::JsonView jsonValue)
void SetUserId(UserIdT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API UserQuickConnectConfig()=default
const Aws::String & GetUserId() const
UserQuickConnectConfig & WithContactFlowId(ContactFlowIdT &&value)
const Aws::String & GetContactFlowId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue