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