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    * Scte27 Destination Settings<p><h3>See Also:</h3>   <a
26    * href="http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte27DestinationSettings">AWS
27    * API Reference</a></p>
28    */
29   class AWS_MEDIALIVE_API Scte27DestinationSettings
30   {
31   public:
32     Scte27DestinationSettings();
33     Scte27DestinationSettings(Aws::Utils::Json::JsonView jsonValue);
34     Scte27DestinationSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
35     Aws::Utils::Json::JsonValue Jsonize() const;
36 
37   };
38 
39 } // namespace Model
40 } // namespace MediaLive
41 } // namespace Aws
42