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

GetInstance() public static method

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