7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/transcribestreaming/model/TimestampRange.h>
22namespace TranscribeStreamingService
48 template<
typename TimestampRangesT = Aws::Vector<TimestampRange>>
49 void SetTimestampRanges(TimestampRangesT&& value) { m_timestampRangesHasBeenSet =
true; m_timestampRanges = std::forward<TimestampRangesT>(value); }
50 template<
typename TimestampRangesT = Aws::Vector<TimestampRange>>
52 template<
typename TimestampRangesT = TimestampRange>
53 PointsOfInterest&
AddTimestampRanges(TimestampRangesT&& value) { m_timestampRangesHasBeenSet =
true; m_timestampRanges.emplace_back(std::forward<TimestampRangesT>(value));
return *
this; }
58 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