Amazon.APIGateway.AmazonAPIGatewayClient.GetStage C# (CSharp) Метод

GetStage() публичный Метод

Gets information about a Stage resource.
/// /// /// /// /// ///
public GetStage ( Amazon.APIGateway.Model.GetStageRequest request ) : GetStageResponse
request Amazon.APIGateway.Model.GetStageRequest Container for the necessary parameters to execute the GetStage service method.
Результат Amazon.APIGateway.Model.GetStageResponse
        public GetStageResponse GetStage(GetStageRequest request)
        {
            var marshaller = new GetStageRequestMarshaller();
            var unmarshaller = GetStageResponseUnmarshaller.Instance;

            return Invoke<GetStageRequest,GetStageResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient