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

GetInstance() public static method

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