7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/transcribestreaming/model/MedicalItem.h>
11#include <aws/transcribestreaming/model/MedicalEntity.h>
24namespace TranscribeStreamingService
51 template<
typename TranscriptT = Aws::String>
52 void SetTranscript(TranscriptT&& value) { m_transcriptHasBeenSet =
true; m_transcript = std::forward<TranscriptT>(value); }
53 template<
typename TranscriptT = Aws::String>
64 template<
typename ItemsT = Aws::Vector<MedicalItem>>
65 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
66 template<
typename ItemsT = Aws::Vector<MedicalItem>>
68 template<
typename ItemsT = MedicalItem>
69 MedicalAlternative&
AddItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items.emplace_back(std::forward<ItemsT>(value));
return *
this; }
79 template<
typename EntitiesT = Aws::Vector<MedicalEntity>>
80 void SetEntities(EntitiesT&& value) { m_entitiesHasBeenSet =
true; m_entities = std::forward<EntitiesT>(value); }
81 template<
typename EntitiesT = Aws::Vector<MedicalEntity>>
83 template<
typename EntitiesT = MedicalEntity>
84 MedicalAlternative&
AddEntities(EntitiesT&& value) { m_entitiesHasBeenSet =
true; m_entities.emplace_back(std::forward<EntitiesT>(value));
return *
this; }
89 bool m_transcriptHasBeenSet =
false;
92 bool m_itemsHasBeenSet =
false;
95 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