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