7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
9#include <aws/transcribestreaming/model/TimestampRange.h>
20namespace TranscribeStreamingService {
42 template <
typename TimestampRangesT = Aws::Vector<TimestampRange>>
44 m_timestampRangesHasBeenSet =
true;
45 m_timestampRanges = std::forward<TimestampRangesT>(value);
47 template <
typename TimestampRangesT = Aws::Vector<TimestampRange>>
52 template <
typename TimestampRangesT = TimestampRange>
54 m_timestampRangesHasBeenSet =
true;
55 m_timestampRanges.emplace_back(std::forward<TimestampRangesT>(value));
61 bool m_timestampRangesHasBeenSet =
false;
bool TimestampRangesHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimestampRanges(TimestampRangesT &&value)
PointsOfInterest & WithTimestampRanges(TimestampRangesT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API PointsOfInterest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TimestampRange > & GetTimestampRanges() const
AWS_TRANSCRIBESTREAMINGSERVICE_API PointsOfInterest(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API PointsOfInterest()=default
PointsOfInterest & AddTimestampRanges(TimestampRangesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue