7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/transcribestreaming/model/Result.h>
22namespace TranscribeStreamingService
38 AWS_TRANSCRIBESTREAMINGSERVICE_API
Transcript() =
default;
54 template<
typename ResultsT = Aws::Vector<Result>>
55 void SetResults(ResultsT&& value) { m_resultsHasBeenSet =
true; m_results = std::forward<ResultsT>(value); }
56 template<
typename ResultsT = Aws::Vector<Result>>
58 template<
typename ResultsT = Result>
59 Transcript&
AddResults(ResultsT&& value) { m_resultsHasBeenSet =
true; m_results.emplace_back(std::forward<ResultsT>(value));
return *
this; }
64 bool m_resultsHasBeenSet =
false;
AWS_TRANSCRIBESTREAMINGSERVICE_API Transcript & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Result > & GetResults() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Transcript(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API Transcript()=default
bool ResultsHasBeenSet() const
void SetResults(ResultsT &&value)
Transcript & WithResults(ResultsT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Transcript & AddResults(ResultsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue