Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DetachLoadBalancerFromSubnetsResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : DetachLoadBalancerFromSubnetsResponseUnmarshaller
Résultat DetachLoadBalancerFromSubnetsResponseUnmarshaller
        public static DetachLoadBalancerFromSubnetsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DetachLoadBalancerFromSubnetsResponseUnmarshaller();
            }
            return instance;
        }
    
DetachLoadBalancerFromSubnetsResponseUnmarshaller