Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.CountPendingActivityTasksResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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