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