7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/model/MediaSourceConfig.h>
9#include <aws/kinesisvideo/model/ScheduleConfig.h>
51 template<
typename MediaSourceConfigT = MediaSourceConfig>
52 void SetMediaSourceConfig(MediaSourceConfigT&& value) { m_mediaSourceConfigHasBeenSet =
true; m_mediaSourceConfig = std::forward<MediaSourceConfigT>(value); }
53 template<
typename MediaSourceConfigT = MediaSourceConfig>
67 template<
typename ScheduleConfigT = ScheduleConfig>
68 void SetScheduleConfig(ScheduleConfigT&& value) { m_scheduleConfigHasBeenSet =
true; m_scheduleConfig = std::forward<ScheduleConfigT>(value); }
69 template<
typename ScheduleConfigT = ScheduleConfig>
75 bool m_mediaSourceConfigHasBeenSet =
false;
78 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