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

GetUsagePlan() public method

Gets a usage plan of a given plan identifier.
/// /// /// /// /// /// /// ///
public GetUsagePlan ( GetUsagePlanRequest request ) : GetUsagePlanResponse
request Amazon.APIGateway.Model.GetUsagePlanRequest Container for the necessary parameters to execute the GetUsagePlan service method.
return Amazon.APIGateway.Model.GetUsagePlanResponse
        public GetUsagePlanResponse GetUsagePlan(GetUsagePlanRequest request)
        {
            var marshaller = new GetUsagePlanRequestMarshaller();
            var unmarshaller = GetUsagePlanResponseUnmarshaller.Instance;

            return Invoke<GetUsagePlanRequest,GetUsagePlanResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient