7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/ContactFlowState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
58 template <
typename ContactFlowIdT = Aws::String>
60 m_contactFlowIdHasBeenSet =
true;
61 m_contactFlowId = std::forward<ContactFlowIdT>(value);
63 template <
typename ContactFlowIdT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
113 m_contactFlowStateHasBeenSet =
true;
114 m_contactFlowState = value;
131 bool m_instanceIdHasBeenSet =
false;
132 bool m_contactFlowIdHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 bool m_contactFlowStateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String