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
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<Item>>
65 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
66 template<
typename ItemsT = Aws::Vector<Item>>
68 template<
typename ItemsT = Item>
69 Alternative&
AddItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items.emplace_back(std::forward<ItemsT>(value));
return *
this; }
79 template<
typename EntitiesT = Aws::Vector<Entity>>
80 void SetEntities(EntitiesT&& value) { m_entitiesHasBeenSet =
true; m_entities = std::forward<EntitiesT>(value); }
81 template<
typename EntitiesT = Aws::Vector<Entity>>
83 template<
typename EntitiesT = Entity>
84 Alternative&
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;
const Aws::Vector< Item > & GetItems() const
bool EntitiesHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Alternative(Aws::Utils::Json::JsonView jsonValue)
Alternative & WithTranscript(TranscriptT &&value)
Alternative & AddEntities(EntitiesT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Alternative & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API Alternative()=default
bool ItemsHasBeenSet() const
const Aws::String & GetTranscript() const
Alternative & WithEntities(EntitiesT &&value)
bool TranscriptHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Alternative & AddItems(ItemsT &&value)
const Aws::Vector< Entity > & GetEntities() const
void SetItems(ItemsT &&value)
void SetEntities(EntitiesT &&value)
void SetTranscript(TranscriptT &&value)
Alternative & WithItems(ItemsT &&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