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

GetIntegrationResponse() public method

Represents a get integration response.
/// /// /// /// /// ///
public GetIntegrationResponse ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request ) : GetIntegrationResponseResponse
request Amazon.APIGateway.Model.GetIntegrationResponseRequest Container for the necessary parameters to execute the GetIntegrationResponse service method.
return Amazon.APIGateway.Model.GetIntegrationResponseResponse
        public GetIntegrationResponseResponse GetIntegrationResponse(GetIntegrationResponseRequest request)
        {
            var marshaller = new GetIntegrationResponseRequestMarshaller();
            var unmarshaller = GetIntegrationResponseResponseUnmarshaller.Instance;

            return Invoke<GetIntegrationResponseRequest,GetIntegrationResponseResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient