Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLoadBalancerPolicyResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : CreateLoadBalancerPolicyResponseUnmarshaller
Результат CreateLoadBalancerPolicyResponseUnmarshaller
        public static CreateLoadBalancerPolicyResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateLoadBalancerPolicyResponseUnmarshaller();
            }
            return instance;
        }