7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ContactFlowState.h>
9#include <aws/connect/model/ContactFlowStatus.h>
10#include <aws/connect/model/ContactFlowType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
64 template <
typename ArnT = Aws::String>
66 m_arnHasBeenSet =
true;
67 m_arn = std::forward<ArnT>(value);
69 template <
typename ArnT = Aws::String>
71 SetArn(std::forward<ArnT>(value));
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
101 m_contactFlowTypeHasBeenSet =
true;
102 m_contactFlowType = value;
117 m_contactFlowStateHasBeenSet =
true;
118 m_contactFlowState = value;
133 m_contactFlowStatusHasBeenSet =
true;
134 m_contactFlowStatus = value;
153 bool m_idHasBeenSet =
false;
154 bool m_arnHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
156 bool m_contactFlowTypeHasBeenSet =
false;
157 bool m_contactFlowStateHasBeenSet =
false;
158 bool m_contactFlowStatusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue