/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace MediaLive { namespace Model { /** * Scte20 Plus Embedded Destination Settings

See Also:

AWS * API Reference

*/ class Scte20PlusEmbeddedDestinationSettings { public: AWS_MEDIALIVE_API Scte20PlusEmbeddedDestinationSettings(); AWS_MEDIALIVE_API Scte20PlusEmbeddedDestinationSettings(Aws::Utils::Json::JsonView jsonValue); AWS_MEDIALIVE_API Scte20PlusEmbeddedDestinationSettings& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace MediaLive } // namespace Aws