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
81 bool m_matchedCategoriesHasBeenSet =
false;
84 bool m_matchedDetailsHasBeenSet =
false;
void SetMatchedCategories(Aws::Vector< Aws::String > &&value)
CategoryEvent & AddMatchedCategories(Aws::String &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CategoryEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API CategoryEvent(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API CategoryEvent()
CategoryEvent & AddMatchedDetails(Aws::String &&key, PointsOfInterest &&value)
bool MatchedCategoriesHasBeenSet() const
CategoryEvent & AddMatchedCategories(const Aws::String &value)
void SetMatchedDetails(Aws::Map< Aws::String, PointsOfInterest > &&value)
CategoryEvent & AddMatchedDetails(Aws::String &&key, const PointsOfInterest &value)
CategoryEvent & WithMatchedCategories(Aws::Vector< Aws::String > &&value)
void SetMatchedCategories(const Aws::Vector< Aws::String > &value)
CategoryEvent & AddMatchedDetails(const Aws::String &key, PointsOfInterest &&value)
CategoryEvent & WithMatchedDetails(const Aws::Map< Aws::String, PointsOfInterest > &value)
CategoryEvent & AddMatchedDetails(const Aws::String &key, const PointsOfInterest &value)
CategoryEvent & WithMatchedDetails(Aws::Map< Aws::String, PointsOfInterest > &&value)
CategoryEvent & AddMatchedDetails(const char *key, PointsOfInterest &&value)
const Aws::Vector< Aws::String > & GetMatchedCategories() const
CategoryEvent & AddMatchedCategories(const char *value)
CategoryEvent & WithMatchedCategories(const Aws::Vector< Aws::String > &value)
const Aws::Map< Aws::String, PointsOfInterest > & GetMatchedDetails() const
CategoryEvent & AddMatchedDetails(const char *key, const PointsOfInterest &value)
bool MatchedDetailsHasBeenSet() const
void SetMatchedDetails(const Aws::Map< Aws::String, PointsOfInterest > &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue