Response Unmarshaller for UpdateAutoScalingGroup operation
Inheritance: XmlResponseUnmarshaller
示例#1
0
 public static UpdateAutoScalingGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new UpdateAutoScalingGroupResponseUnmarshaller();
     }
     return(instance);
 }
 public static UpdateAutoScalingGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new UpdateAutoScalingGroupResponseUnmarshaller();
     }
     return instance;
 }