Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAdjustmentTypesResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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