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