AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AutomatedEncodingSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/AutomatedAbrSettings.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 MediaConvert
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIACONVERT_API AutomatedEncodingSettings();
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline const AutomatedAbrSettings& GetAbrSettings() const{ return m_abrSettings; }
49 inline bool AbrSettingsHasBeenSet() const { return m_abrSettingsHasBeenSet; }
50 inline void SetAbrSettings(const AutomatedAbrSettings& value) { m_abrSettingsHasBeenSet = true; m_abrSettings = value; }
51 inline void SetAbrSettings(AutomatedAbrSettings&& value) { m_abrSettingsHasBeenSet = true; m_abrSettings = std::move(value); }
53 inline AutomatedEncodingSettings& WithAbrSettings(AutomatedAbrSettings&& value) { SetAbrSettings(std::move(value)); return *this;}
55 private:
56
57 AutomatedAbrSettings m_abrSettings;
58 bool m_abrSettingsHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace MediaConvert
63} // namespace Aws
AWS_MEDIACONVERT_API AutomatedEncodingSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedEncodingSettings & WithAbrSettings(AutomatedAbrSettings &&value)
void SetAbrSettings(const AutomatedAbrSettings &value)
AWS_MEDIACONVERT_API AutomatedEncodingSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AutomatedEncodingSettings & WithAbrSettings(const AutomatedAbrSettings &value)
Aws::Utils::Json::JsonValue JsonValue