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

GetSdkType() public method

/// /// /// /// /// ///
public GetSdkType ( GetSdkTypeRequest request ) : GetSdkTypeResponse
request Amazon.APIGateway.Model.GetSdkTypeRequest Container for the necessary parameters to execute the GetSdkType service method.
return Amazon.APIGateway.Model.GetSdkTypeResponse
        public GetSdkTypeResponse GetSdkType(GetSdkTypeRequest request)
        {
            var marshaller = new GetSdkTypeRequestMarshaller();
            var unmarshaller = GetSdkTypeResponseUnmarshaller.Instance;

            return Invoke<GetSdkTypeRequest,GetSdkTypeResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient