1 /**
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  * SPDX-License-Identifier: Apache-2.0.
4  */
5 
6 #pragma once
7 #include <aws/medialive/MediaLive_EXPORTS.h>
8 
9 namespace Aws
10 {
11 namespace Utils
12 {
13 namespace Json
14 {
15   class JsonValue;
16   class JsonView;
17 } // namespace Json
18 } // namespace Utils
19 namespace MediaLive
20 {
21 namespace Model
22 {
23 
24   /**
25    * Settings to specify the ending of rendering motion graphics into the video
26    * stream.<p><h3>See Also:</h3>   <a
27    * href="http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MotionGraphicsDeactivateScheduleActionSettings">AWS
28    * API Reference</a></p>
29    */
30   class AWS_MEDIALIVE_API MotionGraphicsDeactivateScheduleActionSettings
31   {
32   public:
33     MotionGraphicsDeactivateScheduleActionSettings();
34     MotionGraphicsDeactivateScheduleActionSettings(Aws::Utils::Json::JsonView jsonValue);
35     MotionGraphicsDeactivateScheduleActionSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
36     Aws::Utils::Json::JsonValue Jsonize() const;
37 
38   };
39 
40 } // namespace Model
41 } // namespace MediaLive
42 } // namespace Aws
43