AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
MotionGraphicsSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/HtmlMotionGraphicsSettings.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive {
20namespace Model {
21
28 public:
29 AWS_MEDIALIVE_API MotionGraphicsSettings() = default;
32 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
36 inline const HtmlMotionGraphicsSettings& GetHtmlMotionGraphicsSettings() const { return m_htmlMotionGraphicsSettings; }
37 inline bool HtmlMotionGraphicsSettingsHasBeenSet() const { return m_htmlMotionGraphicsSettingsHasBeenSet; }
38 template <typename HtmlMotionGraphicsSettingsT = HtmlMotionGraphicsSettings>
39 void SetHtmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsT&& value) {
40 m_htmlMotionGraphicsSettingsHasBeenSet = true;
41 m_htmlMotionGraphicsSettings = std::forward<HtmlMotionGraphicsSettingsT>(value);
42 }
43 template <typename HtmlMotionGraphicsSettingsT = HtmlMotionGraphicsSettings>
44 MotionGraphicsSettings& WithHtmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsT&& value) {
45 SetHtmlMotionGraphicsSettings(std::forward<HtmlMotionGraphicsSettingsT>(value));
46 return *this;
47 }
49 private:
50 HtmlMotionGraphicsSettings m_htmlMotionGraphicsSettings;
51 bool m_htmlMotionGraphicsSettingsHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace MediaLive
56} // namespace Aws
MotionGraphicsSettings & WithHtmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsT &&value)
AWS_MEDIALIVE_API MotionGraphicsSettings()=default
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHtmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsT &&value)
const HtmlMotionGraphicsSettings & GetHtmlMotionGraphicsSettings() const
AWS_MEDIALIVE_API MotionGraphicsSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API MotionGraphicsSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue