7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/model/MediaSourceConfig.h>
9#include <aws/kinesisvideo/model/ScheduleConfig.h>
20namespace KinesisVideo {
45 template <
typename MediaSourceConfigT = MediaSourceConfig>
47 m_mediaSourceConfigHasBeenSet =
true;
48 m_mediaSourceConfig = std::forward<MediaSourceConfigT>(value);
50 template <
typename MediaSourceConfigT = MediaSourceConfig>
67 template <
typename ScheduleConfigT = ScheduleConfig>
69 m_scheduleConfigHasBeenSet =
true;
70 m_scheduleConfig = std::forward<ScheduleConfigT>(value);
72 template <
typename ScheduleConfigT = ScheduleConfig>
82 bool m_mediaSourceConfigHasBeenSet =
false;
83 bool m_scheduleConfigHasBeenSet =
false;
const MediaSourceConfig & GetMediaSourceConfig() const
RecorderConfig & WithScheduleConfig(ScheduleConfigT &&value)
AWS_KINESISVIDEO_API RecorderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const ScheduleConfig & GetScheduleConfig() const
void SetMediaSourceConfig(MediaSourceConfigT &&value)
void SetScheduleConfig(ScheduleConfigT &&value)
bool ScheduleConfigHasBeenSet() const
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
RecorderConfig & WithMediaSourceConfig(MediaSourceConfigT &&value)
AWS_KINESISVIDEO_API RecorderConfig()=default
AWS_KINESISVIDEO_API RecorderConfig(Aws::Utils::Json::JsonView jsonValue)
bool MediaSourceConfigHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue