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/Entity.h>
11#include <aws/transcribestreaming/model/Item.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<Item>>
66 m_itemsHasBeenSet =
true;
67 m_items = std::forward<ItemsT>(value);
69 template <
typename ItemsT = Aws::Vector<Item>>
71 SetItems(std::forward<ItemsT>(value));
74 template <
typename ItemsT = Item>
76 m_itemsHasBeenSet =
true;
77 m_items.emplace_back(std::forward<ItemsT>(value));
89 template <
typename EntitiesT = Aws::Vector<Entity>>
91 m_entitiesHasBeenSet =
true;
92 m_entities = std::forward<EntitiesT>(value);
94 template <
typename EntitiesT = Aws::Vector<Entity>>
99 template <
typename EntitiesT = Entity>
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;
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