Response Unmarshaller for DetachNetworkInterface operation
Inheritance: EC2ResponseUnmarshaller
 public static DetachNetworkInterfaceResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DetachNetworkInterfaceResponseUnmarshaller();
     }
     return instance;
 }
 public static DetachNetworkInterfaceResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DetachNetworkInterfaceResponseUnmarshaller();
     }
     return(instance);
 }