This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-apigateway/source/model/GetRequestValidatorRequest.cpp

29 lines
582 B
C++
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/apigateway/model/GetRequestValidatorRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::APIGateway::Model;
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
GetRequestValidatorRequest::GetRequestValidatorRequest() :
m_restApiIdHasBeenSet(false),
m_requestValidatorIdHasBeenSet(false)
{
}
Aws::String GetRequestValidatorRequest::SerializePayload() const
{
return {};
}