Response Unmarshaller for DetachLoadBalancerFromSubnets operation
Inheritance: XmlResponseUnmarshaller
 public static DetachLoadBalancerFromSubnetsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DetachLoadBalancerFromSubnetsResponseUnmarshaller();
     }
     return instance;
 }
Example #2
0
 public static DetachLoadBalancerFromSubnetsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DetachLoadBalancerFromSubnetsResponseUnmarshaller();
     }
     return(instance);
 }