Response Unmarshaller for RebootInstances operation
Inheritance: EC2ResponseUnmarshaller
Exemple #1
0
 public static RebootInstancesResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new RebootInstancesResponseUnmarshaller();
     }
     return(instance);
 }
 public static RebootInstancesResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new RebootInstancesResponseUnmarshaller();
     }
     return instance;
 }