Amazon.APIGateway.AmazonAPIGatewayClient.GetIntegration C# (CSharp) 메소드

GetIntegration() 공개 메소드

Represents a get integration.
/// /// /// /// /// ///
public GetIntegration ( Amazon.APIGateway.Model.GetIntegrationRequest request ) : GetIntegrationResponse
request Amazon.APIGateway.Model.GetIntegrationRequest Container for the necessary parameters to execute the GetIntegration service method.
리턴 Amazon.APIGateway.Model.GetIntegrationResponse
        public GetIntegrationResponse GetIntegration(GetIntegrationRequest request)
        {
            var marshaller = new GetIntegrationRequestMarshaller();
            var unmarshaller = GetIntegrationResponseUnmarshaller.Instance;

            return Invoke<GetIntegrationRequest,GetIntegrationResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient