7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ContactIdT = Aws::String>
37 m_contactIdHasBeenSet =
true;
38 m_contactId = std::forward<ContactIdT>(value);
40 template <
typename ContactIdT = Aws::String>
53 template <
typename ParticipantIdT = Aws::String>
55 m_participantIdHasBeenSet =
true;
56 m_participantId = std::forward<ParticipantIdT>(value);
58 template <
typename ParticipantIdT = Aws::String>
72 template <
typename ParticipantTokenT = Aws::String>
74 m_participantTokenHasBeenSet =
true;
75 m_participantToken = std::forward<ParticipantTokenT>(value);
77 template <
typename ParticipantTokenT = Aws::String>
90 template <
typename ContinuedFromContactIdT = Aws::String>
92 m_continuedFromContactIdHasBeenSet =
true;
93 m_continuedFromContactId = std::forward<ContinuedFromContactIdT>(value);
95 template <
typename ContinuedFromContactIdT = Aws::String>
105 template <
typename RequestIdT = Aws::String>
107 m_requestIdHasBeenSet =
true;
108 m_requestId = std::forward<RequestIdT>(value);
110 template <
typename RequestIdT = Aws::String>
129 bool m_contactIdHasBeenSet =
false;
130 bool m_participantIdHasBeenSet =
false;
131 bool m_participantTokenHasBeenSet =
false;
132 bool m_continuedFromContactIdHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue