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

GetModelTemplate() public method

Generates a sample mapping template that can be used to transform a payload into the structure of a model.
/// /// /// /// /// /// /// ///
public GetModelTemplate ( Amazon.APIGateway.Model.GetModelTemplateRequest request ) : GetModelTemplateResponse
request Amazon.APIGateway.Model.GetModelTemplateRequest Container for the necessary parameters to execute the GetModelTemplate service method.
return Amazon.APIGateway.Model.GetModelTemplateResponse
        public GetModelTemplateResponse GetModelTemplate(GetModelTemplateRequest request)
        {
            var marshaller = new GetModelTemplateRequestMarshaller();
            var unmarshaller = GetModelTemplateResponseUnmarshaller.Instance;

            return Invoke<GetModelTemplateRequest,GetModelTemplateResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient