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