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

CreateModel() public method

Adds a new Model resource to an existing RestApi resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateModel ( Amazon.APIGateway.Model.CreateModelRequest request ) : CreateModelResponse
request Amazon.APIGateway.Model.CreateModelRequest Container for the necessary parameters to execute the CreateModel service method.
return Amazon.APIGateway.Model.CreateModelResponse
        public CreateModelResponse CreateModel(CreateModelRequest request)
        {
            var marshaller = new CreateModelRequestMarshaller();
            var unmarshaller = CreateModelResponseUnmarshaller.Instance;

            return Invoke<CreateModelRequest,CreateModelResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient