AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const MotionGraphicsInsertion& GetMotionGraphicsInsertion() const{ return m_motionGraphicsInsertion; }
44 inline bool MotionGraphicsInsertionHasBeenSet() const { return m_motionGraphicsInsertionHasBeenSet; }
45 inline void SetMotionGraphicsInsertion(const MotionGraphicsInsertion& value) { m_motionGraphicsInsertionHasBeenSet = true; m_motionGraphicsInsertion = value; }
46 inline void SetMotionGraphicsInsertion(MotionGraphicsInsertion&& value) { m_motionGraphicsInsertionHasBeenSet = true; m_motionGraphicsInsertion = std::move(value); }
50
52
55 inline const MotionGraphicsSettings& GetMotionGraphicsSettings() const{ return m_motionGraphicsSettings; }
56 inline bool MotionGraphicsSettingsHasBeenSet() const { return m_motionGraphicsSettingsHasBeenSet; }
57 inline void SetMotionGraphicsSettings(const MotionGraphicsSettings& value) { m_motionGraphicsSettingsHasBeenSet = true; m_motionGraphicsSettings = value; }
58 inline void SetMotionGraphicsSettings(MotionGraphicsSettings&& value) { m_motionGraphicsSettingsHasBeenSet = true; m_motionGraphicsSettings = std::move(value); }
62 private:
63
64 MotionGraphicsInsertion m_motionGraphicsInsertion;
65 bool m_motionGraphicsInsertionHasBeenSet = false;
66
67 MotionGraphicsSettings m_motionGraphicsSettings;
68 bool m_motionGraphicsSettingsHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace MediaLive
73} // namespace Aws
MotionGraphicsConfiguration & WithMotionGraphicsSettings(MotionGraphicsSettings &&value)
MotionGraphicsConfiguration & WithMotionGraphicsSettings(const MotionGraphicsSettings &value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMotionGraphicsInsertion(MotionGraphicsInsertion &&value)
const MotionGraphicsInsertion & GetMotionGraphicsInsertion() const
const MotionGraphicsSettings & GetMotionGraphicsSettings() const
MotionGraphicsConfiguration & WithMotionGraphicsInsertion(MotionGraphicsInsertion &&value)
void SetMotionGraphicsSettings(MotionGraphicsSettings &&value)
AWS_MEDIALIVE_API MotionGraphicsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
MotionGraphicsConfiguration & WithMotionGraphicsInsertion(const MotionGraphicsInsertion &value)
void SetMotionGraphicsInsertion(const MotionGraphicsInsertion &value)
void SetMotionGraphicsSettings(const MotionGraphicsSettings &value)
AWS_MEDIALIVE_API MotionGraphicsConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue