/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace MediaLive { namespace Model { Scte27DestinationSettings::Scte27DestinationSettings() { } Scte27DestinationSettings::Scte27DestinationSettings(JsonView jsonValue) { *this = jsonValue; } Scte27DestinationSettings& Scte27DestinationSettings::operator =(JsonView jsonValue) { AWS_UNREFERENCED_PARAM(jsonValue); return *this; } JsonValue Scte27DestinationSettings::Jsonize() const { JsonValue payload; return payload; } } // namespace Model } // namespace MediaLive } // namespace Aws