7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
11#include <aws/transcribestreaming/model/PointsOfInterest.h>
22namespace TranscribeStreamingService {
45 template <
typename MatchedCategoriesT = Aws::Vector<Aws::String>>
47 m_matchedCategoriesHasBeenSet =
true;
48 m_matchedCategories = std::forward<MatchedCategoriesT>(value);
50 template <
typename MatchedCategoriesT = Aws::Vector<Aws::String>>
55 template <
typename MatchedCategoriesT = Aws::String>
57 m_matchedCategoriesHasBeenSet =
true;
58 m_matchedCategories.emplace_back(std::forward<MatchedCategoriesT>(value));
70 template <
typename MatchedDetailsT = Aws::Map<Aws::String, Po
intsOfInterest>>
72 m_matchedDetailsHasBeenSet =
true;
73 m_matchedDetails = std::forward<MatchedDetailsT>(value);
75 template <
typename MatchedDetailsT = Aws::Map<Aws::String, Po
intsOfInterest>>
80 template <
typename MatchedDetailsKeyT = Aws::String,
typename MatchedDetailsValueT = Po
intsOfInterest>
82 m_matchedDetailsHasBeenSet =
true;
83 m_matchedDetails.emplace(std::forward<MatchedDetailsKeyT>(key), std::forward<MatchedDetailsValueT>(value));
91 bool m_matchedCategoriesHasBeenSet =
false;
92 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