Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAutoScalingNotificationTypesResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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