7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ParticipantRole.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ContactIdT = Aws::String>
44 m_contactIdHasBeenSet =
true;
45 m_contactId = std::forward<ContactIdT>(value);
47 template <
typename ContactIdT = Aws::String>
63 m_participantRoleHasBeenSet =
true;
64 m_participantRole = value;
80 m_includeRawMessageHasBeenSet =
true;
81 m_includeRawMessage = value;
93 bool m_includeRawMessage{
false};
94 bool m_contactIdHasBeenSet =
false;
95 bool m_participantRoleHasBeenSet =
false;
96 bool m_includeRawMessageHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue