7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ContactIdT = Aws::String>
41 void SetContactId(ContactIdT&& value) { m_contactIdHasBeenSet =
true; m_contactId = std::forward<ContactIdT>(value); }
42 template<
typename ContactIdT = Aws::String>
52 template<
typename ParticipantIdT = Aws::String>
53 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
54 template<
typename ParticipantIdT = Aws::String>
65 template<
typename ParticipantTokenT = Aws::String>
66 void SetParticipantToken(ParticipantTokenT&& value) { m_participantTokenHasBeenSet =
true; m_participantToken = std::forward<ParticipantTokenT>(value); }
67 template<
typename ParticipantTokenT = Aws::String>
77 template<
typename ContinuedFromContactIdT = Aws::String>
78 void SetContinuedFromContactId(ContinuedFromContactIdT&& value) { m_continuedFromContactIdHasBeenSet =
true; m_continuedFromContactId = std::forward<ContinuedFromContactIdT>(value); }
79 template<
typename ContinuedFromContactIdT = Aws::String>
86 template<
typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
88 template<
typename RequestIdT = Aws::String>
94 bool m_contactIdHasBeenSet =
false;
97 bool m_participantIdHasBeenSet =
false;
100 bool m_participantTokenHasBeenSet =
false;
103 bool m_continuedFromContactIdHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue