7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/Item.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ConnectParticipant {
37 template <
typename InitialContactIdT = Aws::String>
39 m_initialContactIdHasBeenSet =
true;
40 m_initialContactId = std::forward<InitialContactIdT>(value);
42 template <
typename InitialContactIdT = Aws::String>
54 template <
typename TranscriptT = Aws::Vector<Item>>
56 m_transcriptHasBeenSet =
true;
57 m_transcript = std::forward<TranscriptT>(value);
59 template <
typename TranscriptT = Aws::Vector<Item>>
64 template <
typename TranscriptT = Item>
66 m_transcriptHasBeenSet =
true;
67 m_transcript.emplace_back(std::forward<TranscriptT>(value));
78 template <
typename NextTokenT = Aws::String>
80 m_nextTokenHasBeenSet =
true;
81 m_nextToken = std::forward<NextTokenT>(value);
83 template <
typename NextTokenT = Aws::String>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
115 bool m_initialContactIdHasBeenSet =
false;
116 bool m_transcriptHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Item > & GetTranscript() const
const Aws::String & GetInitialContactId() const
void SetInitialContactId(InitialContactIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_CONNECTPARTICIPANT_API GetTranscriptResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CONNECTPARTICIPANT_API GetTranscriptResult()=default
GetTranscriptResult & WithTranscript(TranscriptT &&value)
GetTranscriptResult & WithInitialContactId(InitialContactIdT &&value)
void SetNextToken(NextTokenT &&value)
GetTranscriptResult & AddTranscript(TranscriptT &&value)
void SetTranscript(TranscriptT &&value)
AWS_CONNECTPARTICIPANT_API GetTranscriptResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTranscriptResult & WithNextToken(NextTokenT &&value)
GetTranscriptResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue