AWS SDK for C++

AWS SDK for C++ Version 1.11.718

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
29 public:
30 AWS_MEDIACONVERT_API AutomatedEncodingSettings() = default;
33 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
42 inline const AutomatedAbrSettings& GetAbrSettings() const { return m_abrSettings; }
43 inline bool AbrSettingsHasBeenSet() const { return m_abrSettingsHasBeenSet; }
44 template <typename AbrSettingsT = AutomatedAbrSettings>
45 void SetAbrSettings(AbrSettingsT&& value) {
46 m_abrSettingsHasBeenSet = true;
47 m_abrSettings = std::forward<AbrSettingsT>(value);
48 }
49 template <typename AbrSettingsT = AutomatedAbrSettings>
51 SetAbrSettings(std::forward<AbrSettingsT>(value));
52 return *this;
53 }
55 private:
56 AutomatedAbrSettings m_abrSettings;
57 bool m_abrSettingsHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace MediaConvert
62} // namespace Aws
AWS_MEDIACONVERT_API AutomatedEncodingSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API AutomatedEncodingSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API AutomatedEncodingSettings()=default
AutomatedEncodingSettings & WithAbrSettings(AbrSettingsT &&value)
Aws::Utils::Json::JsonValue JsonValue