7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/transcribestreaming/model/PointsOfInterest.h>
24namespace TranscribeStreamingService
51 template<
typename MatchedCategoriesT = Aws::Vector<Aws::String>>
52 void SetMatchedCategories(MatchedCategoriesT&& value) { m_matchedCategoriesHasBeenSet =
true; m_matchedCategories = std::forward<MatchedCategoriesT>(value); }
53 template<
typename MatchedCategoriesT = Aws::Vector<Aws::String>>
55 template<
typename MatchedCategoriesT = Aws::String>
56 CategoryEvent&
AddMatchedCategories(MatchedCategoriesT&& value) { m_matchedCategoriesHasBeenSet =
true; m_matchedCategories.emplace_back(std::forward<MatchedCategoriesT>(value));
return *
this; }
66 template<
typename MatchedDetailsT = Aws::Map<Aws::String, Po
intsOfInterest>>
67 void SetMatchedDetails(MatchedDetailsT&& value) { m_matchedDetailsHasBeenSet =
true; m_matchedDetails = std::forward<MatchedDetailsT>(value); }
68 template<
typename MatchedDetailsT = Aws::Map<Aws::String, Po
intsOfInterest>>
70 template<
typename MatchedDetailsKeyT = Aws::String,
typename MatchedDetailsValueT = Po
intsOfInterest>
72 m_matchedDetailsHasBeenSet =
true; m_matchedDetails.emplace(std::forward<MatchedDetailsKeyT>(key), std::forward<MatchedDetailsValueT>(value));
return *
this;
78 bool m_matchedCategoriesHasBeenSet =
false;
81 bool m_matchedDetailsHasBeenSet =
false;
CategoryEvent & WithMatchedDetails(MatchedDetailsT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CategoryEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
CategoryEvent & AddMatchedDetails(MatchedDetailsKeyT &&key, MatchedDetailsValueT &&value)
void SetMatchedDetails(MatchedDetailsT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API CategoryEvent(Aws::Utils::Json::JsonView jsonValue)
bool MatchedCategoriesHasBeenSet() const
void SetMatchedCategories(MatchedCategoriesT &&value)
CategoryEvent & WithMatchedCategories(MatchedCategoriesT &&value)
CategoryEvent & AddMatchedCategories(MatchedCategoriesT &&value)
const Aws::Vector< Aws::String > & GetMatchedCategories() const
const Aws::Map< Aws::String, PointsOfInterest > & GetMatchedDetails() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CategoryEvent()=default
bool MatchedDetailsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue