Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeElasticLoadBalancersResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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