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

GetInstance() public static method

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