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/core/utils/memory/stl/AWSVector.h>
11#include <aws/connect/model/RealTimeContactAnalysisTimeData.h>
12#include <aws/connect/model/RealTimeContactAnalysisAttachment.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename ParticipantIdT = Aws::String>
63 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
64 template<
typename ParticipantIdT = Aws::String>
85 template<
typename DisplayNameT = Aws::String>
86 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
87 template<
typename DisplayNameT = Aws::String>
97 template<
typename AttachmentsT = Aws::Vector<RealTimeContactAnalysisAttachment>>
98 void SetAttachments(AttachmentsT&& value) { m_attachmentsHasBeenSet =
true; m_attachments = std::forward<AttachmentsT>(value); }
99 template<
typename AttachmentsT = Aws::Vector<RealTimeContactAnalysisAttachment>>
101 template<
typename AttachmentsT = RealTimeContactAnalysisAttachment>
112 template<
typename TimeT = RealTimeContactAnalysisTimeData>
113 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
114 template<
typename TimeT = RealTimeContactAnalysisTimeData>
120 bool m_idHasBeenSet =
false;
123 bool m_participantIdHasBeenSet =
false;
126 bool m_participantRoleHasBeenSet =
false;
129 bool m_displayNameHasBeenSet =
false;
132 bool m_attachmentsHasBeenSet =
false;
134 RealTimeContactAnalysisTimeData m_time;
135 bool m_timeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue