Response Unmarshaller for DescribeJobFlows operation
Inheritance: XmlResponseUnmarshaller
 public static DescribeJobFlowsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new DescribeJobFlowsResponseUnmarshaller();
       }
       return instance;
 }
 public static DescribeJobFlowsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeJobFlowsResponseUnmarshaller();
     }
     return(instance);
 }