7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/ParticipantRole.h>
10#include <aws/connect/model/RealTimeContactAnalysisTimeData.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename ParticipantIdT = Aws::String>
61 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
62 template<
typename ParticipantIdT = Aws::String>
83 template<
typename DisplayNameT = Aws::String>
84 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
85 template<
typename DisplayNameT = Aws::String>
96 template<
typename EventTypeT = Aws::String>
97 void SetEventType(EventTypeT&& value) { m_eventTypeHasBeenSet =
true; m_eventType = std::forward<EventTypeT>(value); }
98 template<
typename EventTypeT = Aws::String>
109 template<
typename TimeT = RealTimeContactAnalysisTimeData>
110 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
111 template<
typename TimeT = RealTimeContactAnalysisTimeData>
117 bool m_idHasBeenSet =
false;
120 bool m_participantIdHasBeenSet =
false;
123 bool m_participantRoleHasBeenSet =
false;
126 bool m_displayNameHasBeenSet =
false;
129 bool m_eventTypeHasBeenSet =
false;
131 RealTimeContactAnalysisTimeData m_time;
132 bool m_timeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue