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