Response Unmarshaller for DeleteRouteTable operation
Inheritance: EC2ResponseUnmarshaller
コード例 #1
0
 public static DeleteRouteTableResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteRouteTableResponseUnmarshaller();
     }
     return(instance);
 }
コード例 #2
0
 public static DeleteRouteTableResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DeleteRouteTableResponseUnmarshaller();
     }
     return instance;
 }