Response Unmarshaller for DeregisterElasticIp operation
Inheritance: JsonResponseUnmarshaller
 public static DeregisterElasticIpResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new DeregisterElasticIpResponseUnmarshaller();
   }
   return instance;
 }
Ejemplo n.º 2
0
 public static DeregisterElasticIpResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeregisterElasticIpResponseUnmarshaller();
     }
     return(instance);
 }