7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/ParticipantRole.h>
48 template<
typename ContactIdT = Aws::String>
49 void SetContactId(ContactIdT&& value) { m_contactIdHasBeenSet =
true; m_contactId = std::forward<ContactIdT>(value); }
50 template<
typename ContactIdT = Aws::String>
73 inline void SetIncludeRawMessage(
bool value) { m_includeRawMessageHasBeenSet =
true; m_includeRawMessage = value; }
79 bool m_contactIdHasBeenSet =
false;
82 bool m_participantRoleHasBeenSet =
false;
84 bool m_includeRawMessage{
false};
85 bool m_includeRawMessageHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue