7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
9#include <aws/transcribestreaming/model/MedicalResult.h>
20namespace TranscribeStreamingService {
49 template <
typename ResultsT = Aws::Vector<MedicalResult>>
51 m_resultsHasBeenSet =
true;
52 m_results = std::forward<ResultsT>(value);
54 template <
typename ResultsT = Aws::Vector<MedicalResult>>
59 template <
typename ResultsT = MedicalResult>
61 m_resultsHasBeenSet =
true;
62 m_results.emplace_back(std::forward<ResultsT>(value));
68 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