AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
MotionGraphicsConfiguration.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/MotionGraphicsInsertion.h>
9#include <aws/medialive/model/MotionGraphicsSettings.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API MotionGraphicsConfiguration() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline MotionGraphicsInsertion GetMotionGraphicsInsertion() const { return m_motionGraphicsInsertion; }
44 inline bool MotionGraphicsInsertionHasBeenSet() const { return m_motionGraphicsInsertionHasBeenSet; }
45 inline void SetMotionGraphicsInsertion(MotionGraphicsInsertion value) { m_motionGraphicsInsertionHasBeenSet = true; m_motionGraphicsInsertion = value; }
48
50
53 inline const MotionGraphicsSettings& GetMotionGraphicsSettings() const { return m_motionGraphicsSettings; }
54 inline bool MotionGraphicsSettingsHasBeenSet() const { return m_motionGraphicsSettingsHasBeenSet; }
55 template<typename MotionGraphicsSettingsT = MotionGraphicsSettings>
56 void SetMotionGraphicsSettings(MotionGraphicsSettingsT&& value) { m_motionGraphicsSettingsHasBeenSet = true; m_motionGraphicsSettings = std::forward<MotionGraphicsSettingsT>(value); }
57 template<typename MotionGraphicsSettingsT = MotionGraphicsSettings>
58 MotionGraphicsConfiguration& WithMotionGraphicsSettings(MotionGraphicsSettingsT&& value) { SetMotionGraphicsSettings(std::forward<MotionGraphicsSettingsT>(value)); return *this;}
60 private:
61
63 bool m_motionGraphicsInsertionHasBeenSet = false;
64
65 MotionGraphicsSettings m_motionGraphicsSettings;
66 bool m_motionGraphicsSettingsHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace MediaLive
71} // namespace Aws
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
MotionGraphicsConfiguration & WithMotionGraphicsInsertion(MotionGraphicsInsertion value)
MotionGraphicsConfiguration & WithMotionGraphicsSettings(MotionGraphicsSettingsT &&value)
const MotionGraphicsSettings & GetMotionGraphicsSettings() const
AWS_MEDIALIVE_API MotionGraphicsConfiguration()=default
void SetMotionGraphicsSettings(MotionGraphicsSettingsT &&value)
AWS_MEDIALIVE_API MotionGraphicsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API MotionGraphicsConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue