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/Item.h>
11#include <aws/transcribestreaming/model/Entity.h>
24namespace TranscribeStreamingService
53 inline void SetTranscript(
const char* value) { m_transcriptHasBeenSet =
true; m_transcript.assign(value); }
71 inline Alternative&
AddItems(
Item&& value) { m_itemsHasBeenSet =
true; m_items.push_back(std::move(value));
return *
this; }
91 bool m_transcriptHasBeenSet =
false;
94 bool m_itemsHasBeenSet =
false;
97 bool m_entitiesHasBeenSet =
false;
const Aws::Vector< Item > & GetItems() const
bool EntitiesHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Alternative(Aws::Utils::Json::JsonView jsonValue)
Alternative & WithItems(Aws::Vector< Item > &&value)
void SetTranscript(Aws::String &&value)
void SetEntities(const Aws::Vector< Entity > &value)
Alternative & WithTranscript(const char *value)
void SetItems(const Aws::Vector< Item > &value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Alternative()
AWS_TRANSCRIBESTREAMINGSERVICE_API Alternative & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEntities(Aws::Vector< Entity > &&value)
void SetItems(Aws::Vector< Item > &&value)
Alternative & AddItems(const Item &value)
bool ItemsHasBeenSet() const
Alternative & WithTranscript(Aws::String &&value)
Alternative & WithItems(const Aws::Vector< Item > &value)
Alternative & AddEntities(const Entity &value)
const Aws::String & GetTranscript() const
Alternative & WithTranscript(const Aws::String &value)
Alternative & WithEntities(const Aws::Vector< Entity > &value)
bool TranscriptHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Alternative & WithEntities(Aws::Vector< Entity > &&value)
const Aws::Vector< Entity > & GetEntities() const
Alternative & AddEntities(Entity &&value)
void SetTranscript(const char *value)
Alternative & AddItems(Item &&value)
void SetTranscript(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue