AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UploaderConfig.h
1
6#pragma once
7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/model/ScheduleConfig.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace KinesisVideo
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_KINESISVIDEO_API UploaderConfig() = default;
40 AWS_KINESISVIDEO_API UploaderConfig(Aws::Utils::Json::JsonView jsonValue);
41 AWS_KINESISVIDEO_API UploaderConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
42 AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
53 inline const ScheduleConfig& GetScheduleConfig() const { return m_scheduleConfig; }
54 inline bool ScheduleConfigHasBeenSet() const { return m_scheduleConfigHasBeenSet; }
55 template<typename ScheduleConfigT = ScheduleConfig>
56 void SetScheduleConfig(ScheduleConfigT&& value) { m_scheduleConfigHasBeenSet = true; m_scheduleConfig = std::forward<ScheduleConfigT>(value); }
57 template<typename ScheduleConfigT = ScheduleConfig>
58 UploaderConfig& WithScheduleConfig(ScheduleConfigT&& value) { SetScheduleConfig(std::forward<ScheduleConfigT>(value)); return *this;}
60 private:
61
62 ScheduleConfig m_scheduleConfig;
63 bool m_scheduleConfigHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace KinesisVideo
68} // namespace Aws
AWS_KINESISVIDEO_API UploaderConfig()=default
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISVIDEO_API UploaderConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISVIDEO_API UploaderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScheduleConfig(ScheduleConfigT &&value)
UploaderConfig & WithScheduleConfig(ScheduleConfigT &&value)
const ScheduleConfig & GetScheduleConfig() const
Aws::Utils::Json::JsonValue JsonValue