Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.RegisterInstancesWithLoadBalancerResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : RegisterInstancesWithLoadBalancerResponseUnmarshaller
return RegisterInstancesWithLoadBalancerResponseUnmarshaller
        public static RegisterInstancesWithLoadBalancerResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new RegisterInstancesWithLoadBalancerResponseUnmarshaller();
            }
            return instance;
        }
    
RegisterInstancesWithLoadBalancerResponseUnmarshaller