7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
10#include <aws/transcribestreaming/model/MedicalEntity.h>
11#include <aws/transcribestreaming/model/MedicalItem.h>
22namespace TranscribeStreamingService {
45 template <
typename TranscriptT = Aws::String>
47 m_transcriptHasBeenSet =
true;
48 m_transcript = std::forward<TranscriptT>(value);
50 template <
typename TranscriptT = Aws::String>
64 template <
typename ItemsT = Aws::Vector<MedicalItem>>
66 m_itemsHasBeenSet =
true;
67 m_items = std::forward<ItemsT>(value);
69 template <
typename ItemsT = Aws::Vector<MedicalItem>>
71 SetItems(std::forward<ItemsT>(value));
74 template <
typename ItemsT = MedicalItem>
76 m_itemsHasBeenSet =
true;
77 m_items.emplace_back(std::forward<ItemsT>(value));
89 template <
typename EntitiesT = Aws::Vector<MedicalEntity>>
91 m_entitiesHasBeenSet =
true;
92 m_entities = std::forward<EntitiesT>(value);
94 template <
typename EntitiesT = Aws::Vector<MedicalEntity>>
99 template <
typename EntitiesT = MedicalEntity>
101 m_entitiesHasBeenSet =
true;
102 m_entities.emplace_back(std::forward<EntitiesT>(value));
112 bool m_transcriptHasBeenSet =
false;
113 bool m_itemsHasBeenSet =
false;
114 bool m_entitiesHasBeenSet =
false;
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalAlternative & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< MedicalItem > & GetItems() const
bool TranscriptHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalAlternative(Aws::Utils::Json::JsonView jsonValue)
void SetTranscript(TranscriptT &&value)
MedicalAlternative & WithTranscript(TranscriptT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalAlternative()=default
MedicalAlternative & AddEntities(EntitiesT &&value)
MedicalAlternative & WithItems(ItemsT &&value)
void SetItems(ItemsT &&value)
MedicalAlternative & WithEntities(EntitiesT &&value)
const Aws::Vector< MedicalEntity > & GetEntities() const
MedicalAlternative & AddItems(ItemsT &&value)
bool EntitiesHasBeenSet() const
void SetEntities(EntitiesT &&value)
const Aws::String & GetTranscript() const
bool ItemsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue