7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis-video-media/KinesisVideoMedia_EXPORTS.h>
10#include <aws/kinesis-video-media/model/StartSelectorType.h>
21namespace KinesisVideoMedia {
64 m_startSelectorTypeHasBeenSet =
true;
65 m_startSelectorType = value;
80 template <
typename AfterFragmentNumberT = Aws::String>
82 m_afterFragmentNumberHasBeenSet =
true;
83 m_afterFragmentNumber = std::forward<AfterFragmentNumberT>(value);
85 template <
typename AfterFragmentNumberT = Aws::String>
101 template <
typename StartTimestampT = Aws::Utils::DateTime>
103 m_startTimestampHasBeenSet =
true;
104 m_startTimestamp = std::forward<StartTimestampT>(value);
106 template <
typename StartTimestampT = Aws::Utils::DateTime>
121 template <
typename ContinuationTokenT = Aws::String>
123 m_continuationTokenHasBeenSet =
true;
124 m_continuationToken = std::forward<ContinuationTokenT>(value);
126 template <
typename ContinuationTokenT = Aws::String>
140 bool m_startSelectorTypeHasBeenSet =
false;
141 bool m_afterFragmentNumberHasBeenSet =
false;
142 bool m_startTimestampHasBeenSet =
false;
143 bool m_continuationTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue