7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/Channel.h>
9#include <aws/connect/model/ContactInitiationMethod.h>
10#include <aws/connect/model/ContactState.h>
11#include <aws/connect/model/QueueReference.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
47 template <
typename ContactIdT = Aws::String>
49 m_contactIdHasBeenSet =
true;
50 m_contactId = std::forward<ContactIdT>(value);
52 template <
typename ContactIdT = Aws::String>
66 m_channelHasBeenSet =
true;
82 m_initiationMethodHasBeenSet =
true;
83 m_initiationMethod = value;
103 m_agentContactStateHasBeenSet =
true;
104 m_agentContactState = value;
118 template <
typename StateStartTimestampT = Aws::Utils::DateTime>
120 m_stateStartTimestampHasBeenSet =
true;
121 m_stateStartTimestamp = std::forward<StateStartTimestampT>(value);
123 template <
typename StateStartTimestampT = Aws::Utils::DateTime>
136 template <
typename ConnectedToAgentTimestampT = Aws::Utils::DateTime>
138 m_connectedToAgentTimestampHasBeenSet =
true;
139 m_connectedToAgentTimestamp = std::forward<ConnectedToAgentTimestampT>(value);
141 template <
typename ConnectedToAgentTimestampT = Aws::Utils::DateTime>
152 template <
typename QueueT = QueueReference>
154 m_queueHasBeenSet =
true;
155 m_queue = std::forward<QueueT>(value);
157 template <
typename QueueT = QueueReference>
159 SetQueue(std::forward<QueueT>(value));
176 QueueReference m_queue;
177 bool m_contactIdHasBeenSet =
false;
178 bool m_channelHasBeenSet =
false;
179 bool m_initiationMethodHasBeenSet =
false;
180 bool m_agentContactStateHasBeenSet =
false;
181 bool m_stateStartTimestampHasBeenSet =
false;
182 bool m_connectedToAgentTimestampHasBeenSet =
false;
183 bool m_queueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue