7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/connectparticipant/model/Item.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ConnectParticipant
42 template<
typename InitialContactIdT = Aws::String>
43 void SetInitialContactId(InitialContactIdT&& value) { m_initialContactIdHasBeenSet =
true; m_initialContactId = std::forward<InitialContactIdT>(value); }
44 template<
typename InitialContactIdT = Aws::String>
53 template<
typename TranscriptT = Aws::Vector<Item>>
54 void SetTranscript(TranscriptT&& value) { m_transcriptHasBeenSet =
true; m_transcript = std::forward<TranscriptT>(value); }
55 template<
typename TranscriptT = Aws::Vector<Item>>
57 template<
typename TranscriptT = Item>
67 template<
typename NextTokenT = Aws::String>
68 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
69 template<
typename NextTokenT = Aws::String>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_initialContactIdHasBeenSet =
false;
87 bool m_transcriptHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
93 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