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

UpdateIntegrationResponse() public method

Represents an update integration response.
/// /// /// /// /// /// /// /// /// ///
public UpdateIntegrationResponse ( UpdateIntegrationResponseRequest request ) : UpdateIntegrationResponseResponse
request UpdateIntegrationResponseRequest Container for the necessary parameters to execute the UpdateIntegrationResponse service method.
return UpdateIntegrationResponseResponse
        public UpdateIntegrationResponseResponse UpdateIntegrationResponse(UpdateIntegrationResponseRequest request)
        {
            var marshaller = new UpdateIntegrationResponseRequestMarshaller();
            var unmarshaller = UpdateIntegrationResponseResponseUnmarshaller.Instance;

            return Invoke<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient