/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include using namespace Aws::APIGateway::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; GetIntegrationResponseRequest::GetIntegrationResponseRequest() : m_restApiIdHasBeenSet(false), m_resourceIdHasBeenSet(false), m_httpMethodHasBeenSet(false), m_statusCodeHasBeenSet(false) { } Aws::String GetIntegrationResponseRequest::SerializePayload() const { return {}; }