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

GetMethodResponse() public method

Describes a MethodResponse resource.
/// /// /// /// /// ///
public GetMethodResponse ( GetMethodResponseRequest request ) : GetMethodResponseResponse
request Amazon.APIGateway.Model.GetMethodResponseRequest Container for the necessary parameters to execute the GetMethodResponse service method.
return Amazon.APIGateway.Model.GetMethodResponseResponse
        public GetMethodResponseResponse GetMethodResponse(GetMethodResponseRequest request)
        {
            var marshaller = new GetMethodResponseRequestMarshaller();
            var unmarshaller = GetMethodResponseResponseUnmarshaller.Instance;

            return Invoke<GetMethodResponseRequest,GetMethodResponseResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient