/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include using namespace Aws::mediapackagev2::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; GetChannelPolicyRequest::GetChannelPolicyRequest() : m_channelGroupNameHasBeenSet(false), m_channelNameHasBeenSet(false) { } Aws::String GetChannelPolicyRequest::SerializePayload() const { return {}; }