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