AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StaticImageDeactivateScheduleActionSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive
20{
21namespace Model
22{
23
31 {
32 public:
36 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetFadeOut() const{ return m_fadeOut; }
44 inline bool FadeOutHasBeenSet() const { return m_fadeOutHasBeenSet; }
45 inline void SetFadeOut(int value) { m_fadeOutHasBeenSet = true; m_fadeOut = value; }
46 inline StaticImageDeactivateScheduleActionSettings& WithFadeOut(int value) { SetFadeOut(value); return *this;}
48
50
53 inline int GetLayer() const{ return m_layer; }
54 inline bool LayerHasBeenSet() const { return m_layerHasBeenSet; }
55 inline void SetLayer(int value) { m_layerHasBeenSet = true; m_layer = value; }
56 inline StaticImageDeactivateScheduleActionSettings& WithLayer(int value) { SetLayer(value); return *this;}
58 private:
59
60 int m_fadeOut;
61 bool m_fadeOutHasBeenSet = false;
62
63 int m_layer;
64 bool m_layerHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace MediaLive
69} // namespace Aws
AWS_MEDIALIVE_API StaticImageDeactivateScheduleActionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API StaticImageDeactivateScheduleActionSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue