Response Unmarshaller for DeleteVpnGateway operation
Inheritance: EC2ResponseUnmarshaller
 public static DeleteVpnGatewayResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteVpnGatewayResponseUnmarshaller();
     }
     return(instance);
 }
 public static DeleteVpnGatewayResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DeleteVpnGatewayResponseUnmarshaller();
     }
     return instance;
 }