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

GetInstance() public static method

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