Amazon.APIGateway.AmazonAPIGatewayClient.GetModel C# (CSharp) Method

GetModel() public method

Describes an existing model defined for a RestApi resource.
/// /// /// /// /// ///
public GetModel ( GetModelRequest request ) : GetModelResponse
request Amazon.APIGateway.Model.GetModelRequest Container for the necessary parameters to execute the GetModel service method.
return Amazon.APIGateway.Model.GetModelResponse
        public GetModelResponse GetModel(GetModelRequest request)
        {
            var marshaller = new GetModelRequestMarshaller();
            var unmarshaller = GetModelResponseUnmarshaller.Instance;

            return Invoke<GetModelRequest,GetModelResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient