7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename InstanceIdT = Aws::String>
41 m_instanceIdHasBeenSet =
true;
42 m_instanceId = std::forward<InstanceIdT>(value);
44 template <
typename InstanceIdT = Aws::String>
57 template <
typename ContactFlowIdT = Aws::String>
59 m_contactFlowIdHasBeenSet =
true;
60 m_contactFlowId = std::forward<ContactFlowIdT>(value);
62 template <
typename ContactFlowIdT = Aws::String>
76 m_contactFlowVersionHasBeenSet =
true;
77 m_contactFlowVersion = value;
89 long long m_contactFlowVersion{0};
90 bool m_instanceIdHasBeenSet =
false;
91 bool m_contactFlowIdHasBeenSet =
false;
92 bool m_contactFlowVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String