AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetScheduleConfig(const ScheduleConfig& value) { m_scheduleConfigHasBeenSet = true; m_scheduleConfig = value; }
56 inline void SetScheduleConfig(ScheduleConfig&& value) { m_scheduleConfigHasBeenSet = true; m_scheduleConfig = std::move(value); }
57 inline UploaderConfig& WithScheduleConfig(const ScheduleConfig& value) { SetScheduleConfig(value); return *this;}
58 inline UploaderConfig& WithScheduleConfig(ScheduleConfig&& value) { SetScheduleConfig(std::move(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
void SetScheduleConfig(const ScheduleConfig &value)
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISVIDEO_API UploaderConfig(Aws::Utils::Json::JsonView jsonValue)
UploaderConfig & WithScheduleConfig(ScheduleConfig &&value)
AWS_KINESISVIDEO_API UploaderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScheduleConfig(ScheduleConfig &&value)
const ScheduleConfig & GetScheduleConfig() const
UploaderConfig & WithScheduleConfig(const ScheduleConfig &value)
Aws::Utils::Json::JsonValue JsonValue