Response Unmarshaller for DescribeTable operation
Наследование: JsonResponseUnmarshaller
 public static DescribeTableResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeTableResponseUnmarshaller();
     }
     return(instance);
 }
 public static DescribeTableResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new DescribeTableResponseUnmarshaller();
   }
   return instance;
 }