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

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

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