7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/Item.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ConnectParticipant {
36 template <
typename InitialContactIdT = Aws::String>
38 m_initialContactIdHasBeenSet =
true;
39 m_initialContactId = std::forward<InitialContactIdT>(value);
41 template <
typename InitialContactIdT = Aws::String>
53 template <
typename TranscriptT = Aws::Vector<Item>>
55 m_transcriptHasBeenSet =
true;
56 m_transcript = std::forward<TranscriptT>(value);
58 template <
typename TranscriptT = Aws::Vector<Item>>
63 template <
typename TranscriptT = Item>
65 m_transcriptHasBeenSet =
true;
66 m_transcript.emplace_back(std::forward<TranscriptT>(value));
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
111 bool m_initialContactIdHasBeenSet =
false;
112 bool m_transcriptHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
114 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_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