Response Unmarshaller for DescribeConnections operation
Inheritance: JsonResponseUnmarshaller
 public static DescribeConnectionsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeConnectionsResponseUnmarshaller();
     }
     return(instance);
 }
コード例 #2
0
 public static DescribeConnectionsResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new DescribeConnectionsResponseUnmarshaller();
   }
   return instance;
 }