/** * 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 Appflow { namespace Model { PardotMetadata::PardotMetadata() { } PardotMetadata::PardotMetadata(JsonView jsonValue) { *this = jsonValue; } PardotMetadata& PardotMetadata::operator =(JsonView jsonValue) { AWS_UNREFERENCED_PARAM(jsonValue); return *this; } JsonValue PardotMetadata::Jsonize() const { JsonValue payload; return payload; } } // namespace Model } // namespace Appflow } // namespace Aws