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

GetInstance() public static method

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