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
53 inline void SetTranscript(
const char* value) { m_transcriptHasBeenSet =
true; m_transcript.assign(value); }
91 bool m_transcriptHasBeenSet =
false;
94 bool m_itemsHasBeenSet =
false;
97 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
void SetTranscript(const char *value)
MedicalAlternative & WithTranscript(const char *value)
bool TranscriptHasBeenSet() const
void SetEntities(const Aws::Vector< MedicalEntity > &value)
MedicalAlternative & WithEntities(Aws::Vector< MedicalEntity > &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalAlternative(Aws::Utils::Json::JsonView jsonValue)
void SetTranscript(const Aws::String &value)
MedicalAlternative & WithItems(Aws::Vector< MedicalItem > &&value)
MedicalAlternative & AddEntities(const MedicalEntity &value)
MedicalAlternative & WithTranscript(const Aws::String &value)
MedicalAlternative & AddItems(MedicalItem &&value)
void SetTranscript(Aws::String &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalAlternative()
void SetEntities(Aws::Vector< MedicalEntity > &&value)
MedicalAlternative & AddItems(const MedicalItem &value)
const Aws::Vector< MedicalEntity > & GetEntities() const
MedicalAlternative & WithItems(const Aws::Vector< MedicalItem > &value)
void SetItems(const Aws::Vector< MedicalItem > &value)
bool EntitiesHasBeenSet() const
const Aws::String & GetTranscript() const
MedicalAlternative & AddEntities(MedicalEntity &&value)
MedicalAlternative & WithEntities(const Aws::Vector< MedicalEntity > &value)
MedicalAlternative & WithTranscript(Aws::String &&value)
void SetItems(Aws::Vector< MedicalItem > &&value)
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