AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MedicalTranscript.h
1
6#pragma once
7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/transcribestreaming/model/MedicalResult.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace TranscribeStreamingService
23{
24namespace Model
25{
26
37 {
38 public:
39 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalTranscript() = default;
40 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalTranscript(Aws::Utils::Json::JsonView jsonValue);
41 AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalTranscript& operator=(Aws::Utils::Json::JsonView jsonValue);
42 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
53 inline const Aws::Vector<MedicalResult>& GetResults() const { return m_results; }
54 inline bool ResultsHasBeenSet() const { return m_resultsHasBeenSet; }
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>>
58 MedicalTranscript& WithResults(ResultsT&& value) { SetResults(std::forward<ResultsT>(value)); return *this;}
59 template<typename ResultsT = MedicalResult>
60 MedicalTranscript& AddResults(ResultsT&& value) { m_resultsHasBeenSet = true; m_results.emplace_back(std::forward<ResultsT>(value)); return *this; }
62 private:
63
65 bool m_resultsHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace TranscribeStreamingService
70} // namespace Aws
const Aws::Vector< MedicalResult > & GetResults() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalTranscript(Aws::Utils::Json::JsonView jsonValue)
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